Searched defs:__fix_to_virt (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dfixmap.h57 #define __fix_to_virt(_x) (FIXMAP_START + ((_x) << PAGE_SHIFT)) macro
/linux-master/include/asm-generic/
H A Dfixmap.h21 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT)) macro
/linux-master/arch/arc/include/asm/
H A Dhighmem.h30 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT)) macro
/linux-master/arch/sparc/include/asm/
H A Dvaddrs.h54 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT)) macro

Completed in 175 milliseconds