Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/include/asm/
Dfixmap.h47 #define set_fixmap(idx, phys) \ macro
/linux-2.6.39/arch/sparc/include/asm/
Dfixmap.h60 #define set_fixmap(idx, phys) \ macro
/linux-2.6.39/arch/powerpc/include/asm/
Dfixmap.h61 #define set_fixmap(idx, phys) \ macro
/linux-2.6.39/arch/sh/include/asm/
Dfixmap.h82 #define set_fixmap(idx, phys) \ macro
/linux-2.6.39/arch/tile/include/asm/
Dfixmap.h76 #define set_fixmap(idx, phys) \ macro
/linux-2.6.39/arch/x86/include/asm/
Dfixmap.h177 #define set_fixmap(idx, phys) \ macro
Dparavirt_types.h318 void (*set_fixmap)(unsigned /* enum fixed_addresses */ idx, member