Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dfixmap.h159 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte);
/linux/arch/x86/mm/
H A Dpgtable.c678 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte) in __native_set_fixmap()
705 __native_set_fixmap(idx, pfn_pte(phys >> PAGE_SHIFT, flags));
675 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte) __native_set_fixmap() function