native_set_pte 31 arch/x86/include/asm/pgtable-2level.h native_set_pte(ptep, pte); native_set_pte 63 arch/x86/include/asm/pgtable.h #define set_pte(ptep, pte) native_set_pte(ptep, pte) native_set_pte 1086 arch/x86/include/asm/pgtable.h native_set_pte(ptep, pte); native_set_pte 67 arch/x86/include/asm/pgtable_64.h native_set_pte(ptep, native_make_pte(0)); native_set_pte 72 arch/x86/include/asm/pgtable_64.h native_set_pte(ptep, pte); native_set_pte 386 arch/x86/kernel/paravirt.c .mmu.set_pte = native_set_pte,