Home
last modified time | relevance | path

Searched defs:arch_kmap_local_post_unmap (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dhighmem.h66 #define arch_kmap_local_post_unmap(vaddr) \ macro
/openbmc/linux/arch/csky/include/asm/
H A Dhighmem.h38 #define arch_kmap_local_post_unmap(vaddr) kmap_flush_tlb(vaddr) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dhighmem.h56 #define arch_kmap_local_post_unmap(vaddr) \ macro
/openbmc/linux/arch/mips/include/asm/
H A Dhighmem.h56 #define arch_kmap_local_post_unmap(vaddr) local_flush_tlb_one(vaddr) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dhighmem.h57 #define arch_kmap_local_post_unmap(vaddr) flush_tlb_all() macro
/openbmc/linux/arch/arm/include/asm/
H A Dhighmem.h75 #define arch_kmap_local_post_unmap(vaddr) \ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dhighmem.h65 #define arch_kmap_local_post_unmap(vaddr) \ macro
/openbmc/linux/arch/arc/include/asm/
H A Dhighmem.h44 #define arch_kmap_local_post_unmap(vaddr) \ macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dhighmem.h78 #define arch_kmap_local_post_unmap(vaddr) \ macro
/openbmc/linux/mm/
H A Dhighmem.c492 # define arch_kmap_local_post_unmap(vaddr) do { } while (0) macro