Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfixmap.h158 void native_set_fixmap(unsigned /* enum fixed_addresses */ idx,
165 native_set_fixmap(idx, phys, flags); in __set_fixmap()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dparavirt.c399 .mmu.set_fixmap = native_set_fixmap,
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c653 void native_set_fixmap(unsigned /* enum fixed_addresses */ idx, in native_set_fixmap() function