| /Linux-v5.4/arch/x86/include/asm/ |
| D | fixmap.h | 75 enum fixed_addresses { enum 158 void __native_set_fixmap(enum fixed_addresses idx, pte_t pte); 159 void native_set_fixmap(enum fixed_addresses idx, 163 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() 195 void __early_set_fixmap(enum fixed_addresses idx,
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | fixmap.h | 30 enum fixed_addresses { enum 44 void set_fixmap(enum fixed_addresses idx, phys_addr_t phys); 45 void clear_fixmap(enum fixed_addresses idx);
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | fixmap.h | 45 enum fixed_addresses { enum 75 extern void __set_fixmap(enum fixed_addresses idx, 77 extern void __clear_fixmap(enum fixed_addresses idx, pgprot_t flags);
|
| /Linux-v5.4/arch/arm/include/asm/ |
| 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-v5.4/arch/um/include/asm/ |
| D | fixmap.h | 36 enum fixed_addresses { enum 40 extern void __set_fixmap (enum fixed_addresses idx,
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | fixmap.h | 49 enum fixed_addresses { enum 58 extern void __set_fixmap(enum fixed_addresses idx,
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | fixmap.h | 12 enum fixed_addresses { enum 26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | fixmap.h | 22 enum fixed_addresses { enum 40 extern void __set_fixmap(enum fixed_addresses idx,
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | fixmap.h | 50 enum fixed_addresses { enum 77 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | fixmap.h | 36 enum fixed_addresses { enum 107 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
| /Linux-v5.4/arch/sh/mm/ |
| D | kmap.c | 33 enum fixed_addresses idx; in kmap_coherent() 57 enum fixed_addresses idx = __virt_to_fix(vaddr); in kunmap_coherent()
|
| D | ioremap_fixed.c | 50 enum fixed_addresses idx0, idx; in ioremap_fixed() 102 enum fixed_addresses idx; in iounmap_fixed()
|
| D | nommu.c | 97 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap()
|
| D | init.c | 102 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() 114 void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot) in __clear_fixmap()
|
| /Linux-v5.4/arch/parisc/mm/ |
| D | fixmap.c | 13 void notrace set_fixmap(enum fixed_addresses idx, phys_addr_t phys) in set_fixmap() 31 void notrace clear_fixmap(enum fixed_addresses idx) in clear_fixmap()
|
| /Linux-v5.4/mm/ |
| D | early_ioremap.c | 57 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() 65 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() 111 enum fixed_addresses idx; in __early_ioremap() 173 enum fixed_addresses idx; in early_iounmap()
|
| /Linux-v5.4/arch/xtensa/mm/ |
| D | highmem.c | 34 static inline enum fixed_addresses kmap_idx(int type, unsigned long color) in kmap_idx() 42 enum fixed_addresses idx; in kmap_atomic()
|
| /Linux-v5.4/drivers/acpi/apei/ |
| D | ghes.c | 133 static void __iomem *ghes_map(u64 pfn, enum fixed_addresses fixmap_idx) in ghes_map() 145 static void ghes_unmap(void __iomem *vaddr, enum fixed_addresses fixmap_idx) in ghes_unmap() 289 enum fixed_addresses fixmap_idx) in ghes_copy_tofrom_phys() 338 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_peek_estatus() 365 u64 buf_paddr, enum fixed_addresses fixmap_idx, in __ghes_read_estatus() 380 u64 *buf_paddr, enum fixed_addresses fixmap_idx) in ghes_read_estatus() 398 u64 buf_paddr, enum fixed_addresses fixmap_idx) in ghes_clear_estatus() 708 u64 buf_paddr, enum fixed_addresses fixmap_idx) in __ghes_panic() 881 enum fixed_addresses fixmap_idx) in ghes_in_nmi_queue_one_entry() 944 enum fixed_addresses fixmap_idx) in ghes_in_nmi_spool_from_list() [all …]
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | fixmap.h | 13 enum fixed_addresses { enum
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | fixmap.h | 48 enum fixed_addresses { enum
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | vaddrs.h | 37 enum fixed_addresses { enum
|
| /Linux-v5.4/arch/openrisc/include/asm/ |
| D | fixmap.h | 37 enum fixed_addresses { enum
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | fixmap.h | 37 enum fixed_addresses { enum
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | mem-layout.h | 48 enum fixed_addresses { enum
|
| /Linux-v5.4/arch/microblaze/mm/ |
| D | pgtable.c | 247 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap()
|