/linux/arch/sh/include/asm/ |
H A D | fixmap.h | 42 enum fixed_addresses { enum 67 extern void __set_fixmap(enum fixed_addresses idx, 69 extern void __clear_fixmap(enum fixed_addresses idx, pgprot_t flags);
|
/linux/arch/parisc/include/asm/ |
H A D | fixmap.h | 45 enum fixed_addresses { enum 59 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys); 60 void clear_fixmap(enum fixed_addresses idx);
|
/linux/arch/x86/include/asm/ |
H A D | fixmap.h | 81 enum fixed_addresses { enum 159 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte); 164 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() 196 void __early_set_fixmap(enum fixed_addresses idx,
|
/linux/arch/xtensa/mm/ |
H A D | highmem.c | 27 static inline enum fixed_addresses kmap_idx(int type, unsigned long color) in kmap_idx() 38 enum fixed_addresses kmap_local_map_idx(int type, unsigned long pfn) in kmap_local_map_idx() 43 enum fixed_addresses kmap_local_unmap_idx(int type, unsigned long addr) in kmap_local_unmap_idx()
|
/linux/arch/arm/include/asm/ |
H A D | fixmap.h | 12 enum fixed_addresses { enum 39 static const enum fixed_addresses __end_of_fixed_addresses = 56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/linux/arch/loongarch/include/asm/ |
H A D | fixmap.h | 13 enum fixed_addresses { enum 23 extern void __set_fixmap(enum fixed_addresses idx,
|
/linux/arch/microblaze/include/asm/ |
H A D | fixmap.h | 46 enum fixed_addresses { enum 55 extern void __set_fixmap(enum fixed_addresses idx,
|
/linux/arch/riscv/include/asm/ |
H A D | fixmap.h | 23 enum fixed_addresses { enum 61 extern void __set_fixmap(enum fixed_addresses idx,
|
/linux/mm/ |
H A D | early_ioremap.c | 53 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() 61 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() 105 enum fixed_addresses idx; in __early_ioremap() 167 enum fixed_addresses idx; in early_iounmap()
|
/linux/arch/parisc/mm/ |
H A D | fixmap.c | 13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() 27 void notrace clear_fixmap(enum fixed_addresses idx) in clear_fixmap()
|
/linux/arch/sh/mm/ |
H A D | kmap.c | 31 enum fixed_addresses idx; in kmap_coherent() 55 enum fixed_addresses idx = __virt_to_fix(vaddr); in kunmap_coherent()
|
H A D | ioremap_fixed.c | 50 enum fixed_addresses idx0, idx; in ioremap_fixed() 102 enum fixed_addresses idx; in iounmap_fixed()
|
H A D | nommu.c | 98 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap()
|
H A D | init.c | 111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() 123 void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot) in __clear_fixmap()
|
/linux/arch/arm64/include/asm/ |
H A D | fixmap.h | 36 enum fixed_addresses { enum 110 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/linux/arch/xtensa/include/asm/ |
H A D | highmem.h | 63 enum fixed_addresses kmap_local_map_idx(int type, unsigned long pfn); 66 enum fixed_addresses kmap_local_unmap_idx(int type, unsigned long addr);
|
H A D | fixmap.h | 22 enum fixed_addresses { enum
|
/linux/arch/powerpc/include/asm/ |
H A D | fixmap.h | 44 enum fixed_addresses { enum 93 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap()
|
/linux/drivers/acpi/apei/ |
H A D | ghes.c | 176 static void __iomem *ghes_map(u64 pfn, enum fixed_addresses fixmap_idx) in ghes_map() 188 static void ghes_unmap(void __iomem *vaddr, enum fixed_addresses fixmap_idx) in ghes_unmap() 339 enum fixed_addresses fixmap_idx) in ghes_copy_tofrom_phys() 388 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_peek_estatus() 415 u64 buf_paddr, enum fixed_addresses fixmap_idx, in __ghes_read_estatus() 430 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in ghes_read_estatus() 448 u64 buf_paddr, enum fixed_addresses fixmap_idx) in ghes_clear_estatus() 982 u64 buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_panic() 1171 enum fixed_addresses fixmap_idx) in ghes_in_nmi_queue_one_entry() 1235 enum fixed_addresses fixmap_idx) in ghes_in_nmi_spool_from_list() [all …]
|
/linux/arch/csky/include/asm/ |
H A D | fixmap.h | 13 enum fixed_addresses { enum
|
/linux/arch/mips/include/asm/ |
H A D | fixmap.h | 48 enum fixed_addresses { enum
|
/linux/arch/sparc/include/asm/ |
H A D | vaddrs.h | 37 enum fixed_addresses { enum
|
/linux/arch/hexagon/include/asm/ |
H A D | mem-layout.h | 48 enum fixed_addresses { enum
|
/linux/arch/microblaze/mm/ |
H A D | pgtable.c | 256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap()
|
/linux/arch/loongarch/mm/ |
H A D | init.c | 205 void __init __set_fixmap(enum fixed_addresses idx, in populate_kernel_pte()
|