__set_fixmap 163 arch/x86/include/asm/fixmap.h #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) __set_fixmap 164 arch/x86/include/asm/fixmap.h #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) __set_fixmap 61 include/asm-generic/fixmap.h __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) __set_fixmap 66 include/asm-generic/fixmap.h __set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR) __set_fixmap 73 include/asm-generic/fixmap.h __set_fixmap(idx, phys, flags); \ __set_fixmap 85 include/asm-generic/fixmap.h __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) __set_fixmap 94 include/asm-generic/fixmap.h __set_fixmap(idx, phys, FIXMAP_PAGE_IO)