| /arch/mips/include/asm/octeon/ |
| D | cvmx-scratch.h | 51 static inline uint8_t cvmx_scratch_read8(uint64_t address) in cvmx_scratch_read8() 63 static inline uint16_t cvmx_scratch_read16(uint64_t address) in cvmx_scratch_read16() 75 static inline uint32_t cvmx_scratch_read32(uint64_t address) in cvmx_scratch_read32() 87 static inline uint64_t cvmx_scratch_read64(uint64_t address) in cvmx_scratch_read64() 98 static inline void cvmx_scratch_write8(uint64_t address, uint64_t value) in cvmx_scratch_write8() 110 static inline void cvmx_scratch_write16(uint64_t address, uint64_t value) in cvmx_scratch_write16() 122 static inline void cvmx_scratch_write32(uint64_t address, uint64_t value) in cvmx_scratch_write32() 134 static inline void cvmx_scratch_write64(uint64_t address, uint64_t value) in cvmx_scratch_write64()
|
| D | cvmx-asm.h | 93 #define CVMX_PREPARE_FOR_STORE(address, offset) \ argument 101 #define CVMX_DONT_WRITE_BACK(address, offset) \ argument 117 #define CVMX_CACHE(op, address, offset) \ argument 121 #define CVMX_CACHE_LCKL2(address, offset) CVMX_CACHE(31, address, offset) argument 123 #define CVMX_CACHE_WBIL2(address, offset) CVMX_CACHE(23, address, offset) argument 125 #define CVMX_CACHE_WBIL2I(address, offset) CVMX_CACHE(3, address, offset) argument 127 #define CVMX_CACHE_LTGL2I(address, offset) CVMX_CACHE(7, address, offset) argument
|
| /arch/sh/mm/ |
| D | fault.c | 42 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault() 128 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() 178 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 208 show_fault_oops(struct pt_regs *regs, unsigned long address) in show_fault_oops() 228 unsigned long address) in no_context() 252 unsigned long address, int si_code) in __bad_area_nosemaphore() 273 unsigned long address) in bad_area_nosemaphore() 280 unsigned long address, int si_code) in __bad_area() 294 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area() 301 unsigned long address) in bad_area_access_error() [all …]
|
| /arch/x86/mm/ |
| D | fault.c | 207 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault() 232 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() 277 unsigned long address; in vmalloc_sync() local 317 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 354 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode() 374 static void dump_pagetable(unsigned long address) in dump_pagetable() 436 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 543 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode() 555 static void dump_pagetable(unsigned long address) in dump_pagetable() 624 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93() [all …]
|
| /arch/powerpc/mm/ |
| D | fault.c | 110 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area_nosemaphore() 125 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore() 130 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area() 143 static noinline int bad_area(struct pt_regs *regs, unsigned long address) in bad_area() 148 static noinline int bad_access(struct pt_regs *regs, unsigned long address) in bad_access() 153 static int do_sigbus(struct pt_regs *regs, unsigned long address, in do_sigbus() 216 unsigned long address) in bad_kernel_fault() 230 static bool bad_stack_expansion(struct pt_regs *regs, unsigned long address, in bad_stack_expansion() 385 static int __do_page_fault(struct pt_regs *regs, unsigned long address, in __do_page_fault() 554 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault() [all …]
|
| /arch/arc/kernel/ |
| D | traps.c | 31 void die(const char *str, struct pt_regs *regs, unsigned long address) in die() 90 int do_misaligned_access(unsigned long address, struct pt_regs *regs, in do_misaligned_access() 104 void do_machine_check_fault(unsigned long address, struct pt_regs *regs) in do_machine_check_fault() 119 void do_non_swi_trap(unsigned long address, struct pt_regs *regs) in do_non_swi_trap() 147 void do_insterror_or_kprobe(unsigned long address, struct pt_regs *regs) in do_insterror_or_kprobe()
|
| D | stacktrace.c | 119 unsigned int address; in arc_unwind_core() local 164 static int __print_sym(unsigned int address, void *unused) in __print_sym() 175 static int __collect_all(unsigned int address, void *arg) in __collect_all() 190 static int __collect_all_but_sched(unsigned int address, void *arg) in __collect_all_but_sched() 210 static int __get_first_nonsched(unsigned int address, void *unused) in __get_first_nonsched()
|
| /arch/m68k/include/asm/ |
| D | mcf_pgalloc.h | 16 unsigned long address) in pte_alloc_one_kernel() 27 extern inline pmd_t *pmd_alloc_kernel(pgd_t *pgd, unsigned long address) in pmd_alloc_kernel() 32 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument 33 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument 45 unsigned long address) in __pte_free_tlb() 51 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) argument 54 unsigned long address) in pte_alloc_one()
|
| D | motorola_pgalloc.h | 11 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel() 31 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one() 61 unsigned long address) in __pte_free_tlb() 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 81 unsigned long address) in __pmd_free_tlb()
|
| D | virtconvert.h | 19 static inline unsigned long virt_to_phys(void *address) in virt_to_phys() 24 static inline void *phys_to_virt(unsigned long address) in phys_to_virt()
|
| /arch/powerpc/include/asm/ |
| D | isa-bridge.h | 10 static inline int isa_vaddr_is_ioport(void __iomem *address) in isa_vaddr_is_ioport() 19 static inline int isa_vaddr_is_ioport(void __iomem *address) in isa_vaddr_is_ioport()
|
| /arch/tile/mm/ |
| D | fault.c | 50 int si_code, unsigned long address, in force_sig_info_fault() 77 SYSCALL_DEFINE1(cmpxchg_badaddr, unsigned long, address) in SYSCALL_DEFINE1() argument 107 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() 139 static inline int vmalloc_fault(pgd_t *pgd, unsigned long address) in vmalloc_fault() 214 unsigned long address, unsigned long pc, in handle_migrating_pte() 266 unsigned long address, in handle_page_fault() 603 unsigned long address, in do_page_fault_ics() 705 unsigned long address, unsigned long write) in __do_page_fault() 848 unsigned long address, unsigned long write) in do_page_fault()
|
| /arch/mips/include/asm/ |
| D | pgtable-64.h | 220 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)) argument 230 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset() 328 #define __pgd_offset(address) pgd_index(address) argument 329 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument 330 #define __pmd_offset(address) pmd_index(address) argument 333 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument 335 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument 336 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument 350 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() 357 #define __pte_offset(address) \ argument [all …]
|
| D | pgtable-32.h | 154 #define __pgd_offset(address) pgd_index(address) argument 155 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument 156 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument 159 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument 161 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument 167 #define __pte_offset(address) \ argument 169 #define pte_offset(dir, address) \ argument 171 #define pte_offset_kernel(dir, address) \ argument 174 #define pte_offset_map(dir, address) \ argument
|
| D | pgalloc.h | 54 unsigned long address) in pte_alloc_one_kernel() 60 unsigned long address) in pte_alloc_one() 86 #define __pte_free_tlb(tlb,pte,address) \ argument 94 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 115 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one()
|
| /arch/s390/kernel/ |
| D | stacktrace.c | 14 static int __save_address(void *data, unsigned long address, int nosched) in __save_address() 31 static int save_address(void *data, unsigned long address, int reliable) in save_address() 36 static int save_address_nosched(void *data, unsigned long address, int reliable) in save_address_nosched()
|
| /arch/powerpc/include/asm/book3s/64/ |
| D | pgalloc.h | 117 unsigned long address) in __pud_free_tlb() 139 unsigned long address) in __pmd_free_tlb() 168 unsigned long address) in pte_alloc_one_kernel() 174 unsigned long address) in pte_alloc_one() 192 unsigned long address) in pte_alloc_one_kernel() 198 unsigned long address) in pte_alloc_one() 215 unsigned long address) in __pte_free_tlb()
|
| /arch/tile/include/asm/ |
| D | pgalloc.h | 76 unsigned long address) in pte_alloc_one() 89 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel() 103 unsigned long address) in __pte_free_tlb() 144 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 156 unsigned long address) in __pmd_free_tlb()
|
| /arch/openrisc/kernel/ |
| D | traps.c | 292 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() 304 asmlinkage void do_unaligned_access(struct pt_regs *regs, unsigned long address) in do_unaligned_access() 323 asmlinkage void do_bus_fault(struct pt_regs *regs, unsigned long address) in do_bus_fault() 365 static inline void adjust_pc(struct pt_regs *regs, unsigned long address) in adjust_pc() 413 static inline void simulate_lwa(struct pt_regs *regs, unsigned long address, in simulate_lwa() 455 static inline void simulate_swa(struct pt_regs *regs, unsigned long address, in simulate_swa() 506 unsigned long address) in do_illegal_instruction()
|
| /arch/metag/include/asm/ |
| D | pgtable.h | 182 #define pgd_index(address) ((((address) & ~0x80000000) >> PGDIR_SHIFT) \ argument 185 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument 188 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument 190 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument 192 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument 197 # define pte_index(pmd, address) \ argument 201 # define pte_index(pmd, address) \ argument 204 #define pte_offset_kernel(dir, address) \ argument 206 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) argument 207 #define pte_offset_map_nested(dir, address) pte_offset_kernel(dir, address) argument [all …]
|
| /arch/h8300/include/asm/ |
| D | traps.h | 24 #define VECTOR(address) ((JMP_OP)|((unsigned long)address)) argument 25 #define REDIRECT(address) ((JSR_OP)|((unsigned long)address)) argument
|
| /arch/cris/include/asm/ |
| D | pgalloc.h | 26 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel() 32 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one() 56 #define __pte_free_tlb(tlb,pte,address) \ argument
|
| /arch/sparc/mm/ |
| D | fault_32.c | 39 static void __noreturn unhandled_fault(unsigned long address, in unhandled_fault() 59 unsigned long address) in lookup_fault() 108 unsigned long address, struct task_struct *tsk) in show_signal_msg() 169 unsigned long address) in do_sparc_fault() 385 static void force_user_fault(unsigned long address, int write) in force_user_fault()
|
| /arch/mips/txx9/generic/ |
| D | spi_eeprom.c | 49 int address; member 60 int address = read_param->address; in early_seeprom_probe() local 87 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read()
|
| /arch/score/include/asm/ |
| D | pgtable.h | 72 #define __pgd_offset(address) pgd_index(address) argument 73 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument 74 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument 77 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument 78 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument 84 #define __pte_offset(address) \ argument 86 #define pte_offset(dir, address) \ argument 88 #define pte_offset_kernel(dir, address) \ argument 91 #define pte_offset_map(dir, address) \ argument 257 unsigned long address, pte_t *ptep) in update_mmu_cache()
|