Searched refs:probe_kernel_address (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/arch/x86/kernel/ |
D | probe_roms.c | 102 if (probe_kernel_address(rom_list, device) != 0) in probe_list() 128 if (probe_kernel_address(rom + 0x18, offset) != 0) in find_oprom() 131 if (probe_kernel_address(rom + offset + 0x4, vendor) != 0) in find_oprom() 134 if (probe_kernel_address(rom + offset + 0x6, device) != 0) in find_oprom() 142 if (probe_kernel_address(rom + offset + 0x8, list) == 0 && in find_oprom() 143 probe_kernel_address(rom + offset + 0xc, rev) == 0 && in find_oprom() 186 return probe_kernel_address(ptr, sig) == 0 && sig == ROMSIGNATURE; in romsignature() 193 for (sum = 0; length && probe_kernel_address(rom++, c) == 0; length--) in romchecksum() 214 if (probe_kernel_address(rom + 2, c) != 0) in probe_roms() 252 if (probe_kernel_address(rom + 2, c) != 0) in probe_roms()
|
D | traps.c | 168 if (probe_kernel_address((unsigned short *)addr, ud)) in is_valid_bugaddr()
|
/Linux-v5.4/arch/riscv/kernel/ |
D | traps.c | 119 if (probe_kernel_address((bug_insn_t *)pc, insn)) in get_break_insn_length() 141 if (probe_kernel_address((bug_insn_t *)pc, insn)) in is_valid_bugaddr()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | sections.h | 38 if (!probe_kernel_address(&desc->ip, p)) in dereference_function_descriptor()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | sections.h | 74 if (!probe_kernel_address(&desc->funcaddr, p)) in dereference_function_descriptor()
|
/Linux-v5.4/arch/sh/kernel/ |
D | traps.c | 121 if (probe_kernel_address((insn_size_t *)addr, opcode)) in is_valid_bugaddr()
|
/Linux-v5.4/arch/parisc/kernel/ |
D | process.c | 296 if (!probe_kernel_address(&desc->addr, p)) in dereference_function_descriptor()
|
/Linux-v5.4/include/linux/ |
D | uaccess.h | 352 #define probe_kernel_address(addr, retval) \ macro
|
/Linux-v5.4/arch/x86/mm/ |
D | fault.c | 100 if (probe_kernel_address(instr, opcode)) in check_prefetch_opcode() 134 if (probe_kernel_address(instr, opcode)) in is_prefetch() 421 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
|
/Linux-v5.4/arch/x86/pci/ |
D | pcbios.c | 305 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
|
/Linux-v5.4/arch/arm/mm/ |
D | alignment.c | 777 fault = probe_kernel_address(ip, instr); in alignment_get_arm() 792 fault = probe_kernel_address(ip, instr); in alignment_get_thumb()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | kgdb.c | 423 err = probe_kernel_address(addr, instr); in kgdb_arch_set_breakpoint()
|
D | process.c | 1240 probe_kernel_address((const void *)pc, instr)) { in show_instructions() 1284 if (probe_kernel_address((const void *)pc, instr)) { in show_user_instructions()
|
/Linux-v5.4/arch/s390/mm/ |
D | fault.c | 108 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
|
/Linux-v5.4/arch/arm/kernel/ |
D | traps.c | 390 if (probe_kernel_address((unsigned *)pc, bkpt)) in is_valid_bugaddr()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | traps.c | 314 if (probe_kernel_address((__force __le32 *)pc, instr_le)) in call_undef_hook()
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1073 ret = probe_kernel_address((void *)regs->nip, inst); in fsl_pci_mcheck_exception()
|