Searched defs:phys (Results 1 – 2 of 2) sorted by relevance
38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) argument40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) argument
48 unsigned long phys; member