Searched refs:native_set_pte (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable-2level.h14 static inline void native_set_pte(pte_t *ptep , pte_t pte) function
26 native_set_pte(ptep, pte);
H A Dpgtable_64.h52 static inline void native_set_pte(pte_t *ptep, pte_t pte) function
59 native_set_pte(ptep, pte);
H A Dpgtable-3level.h27 static inline void native_set_pte(pte_t *ptep, pte_t pte) function
H A Dpgtable.h34 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
528 native_set_pte(ptep, pte);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c661 native_set_pte(ptep, pteval);
712 native_set_pte(ptep, pteval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dparavirt.c422 .set_pte = native_set_pte,

Completed in 136 milliseconds