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.h159 void native_set_fixmap(enum fixed_addresses idx,
166 native_set_fixmap(idx, phys, flags); in __set_fixmap()
/Linux-v5.4/arch/x86/kernel/
Dparavirt.c434 .mmu.set_fixmap = native_set_fixmap,
/Linux-v5.4/arch/x86/mm/
Dpgtable.c646 void native_set_fixmap(enum fixed_addresses idx, phys_addr_t phys, in native_set_fixmap() function