Home
last modified time | relevance | path

Searched defs:set_fixmap (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/parisc/mm/
Dfixmap.c13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() function
/linux-6.1.9/include/asm-generic/
Dfixmap.h64 #define set_fixmap(idx, phys) \ macro
/linux-6.1.9/arch/x86/include/asm/
Dparavirt_types.h241 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member