cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/xen/mmu.h

Directory: arch/x86/xen
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _XEN_MMU_H

#include <linux/linkage.h>
#include <asm/page.h>


enum pt_level {
	
PT_PGD,
	
PT_P4D,
	
PT_PUD,
	
PT_PMD,
	
PT_PTE
};


bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);

void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags);

pte_t xen_ptep_modify_prot_start(struct mm_struct *mm, unsigned long addr, pte_t *ptep);
void  xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr,
				  pte_t *ptep, pte_t pte);

unsigned long xen_read_cr2_direct(void);

extern void xen_init_mmu_ops(void);
extern void xen_hvm_init_mmu_ops(void);
#endif	/* _XEN_MMU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeremy Fitzhardinge8475.00%444.44%
Mark McLoughlin1210.71%111.11%
Stefano Stabellini76.25%111.11%
Thomas Gleixner65.36%111.11%
Xiong Zhang21.79%111.11%
Greg Kroah-Hartman10.89%111.11%
Total112100.00%9100.00%
Directory: arch/x86/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.