Searched defs:__virt_to_fix (Results 1 – 5 of 5) sorted by relevance
52 #define __virt_to_fix(x) (((x) - FIXADDR_START) >> PAGE_SHIFT) macro
54 #define __virt_to_fix(x) ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT) macro
31 #define __virt_to_fix(x) (((FIXADDR_TOP - ((x) & PAGE_MASK))) >> PAGE_SHIFT) macro
22 #define __virt_to_fix(x) ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT) macro