Home
last modified time | relevance | path

Searched refs:__native_set_fixmap (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dfixmap.h158 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte);
/Linux-v5.4/arch/x86/mm/
Dpgtable.c625 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte) in __native_set_fixmap() function
652 __native_set_fixmap(idx, pfn_pte(phys >> PAGE_SHIFT, flags)); in native_set_fixmap()
/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c2343 __native_set_fixmap(idx, pte); in xen_set_fixmap()