Searched refs:__set_fixmap_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | fixmap.h | 74 #define __set_fixmap_offset(idx, phys, flags) \ macro 83 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL) 92 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NOCACHE) 101 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | fixmap.h | 74 #define __set_fixmap_offset(idx, phys, flags) \ macro 83 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL) 92 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NOCACHE) 101 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
|
Completed in 1 milliseconds