Searched refs:probe_kernel_address (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/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 | 167 if (probe_kernel_address((unsigned short *)addr, ud)) in is_valid_bugaddr()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | sections.h | 38 if (!probe_kernel_address(&desc->ip, p)) in dereference_function_descriptor()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | sections.h | 78 if (!probe_kernel_address(&desc->funcaddr, p)) in dereference_function_descriptor()
|
/Linux-v4.19/arch/sh/kernel/ |
D | traps.c | 121 if (probe_kernel_address((insn_size_t *)addr, opcode)) in is_valid_bugaddr()
|
/Linux-v4.19/arch/riscv/kernel/ |
D | traps.c | 150 if (probe_kernel_address((bug_insn_t *)pc, insn)) in is_valid_bugaddr()
|
/Linux-v4.19/arch/arm/mm/ |
D | alignment.c | 790 fault = probe_kernel_address(ptr, tinstr); in do_alignment() 797 fault = probe_kernel_address(ptr + 1, tinst2); in do_alignment() 807 fault = probe_kernel_address((void *)instrptr, instr); in do_alignment()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | process.c | 315 if (!probe_kernel_address(&desc->addr, p)) in dereference_function_descriptor()
|
/Linux-v4.19/include/linux/ |
D | uaccess.h | 266 #define probe_kernel_address(addr, retval) \ macro
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 111 if (probe_kernel_address(instr, opcode)) in check_prefetch_opcode() 145 if (probe_kernel_address(instr, opcode)) in is_prefetch() 510 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
|
/Linux-v4.19/arch/x86/pci/ |
D | pcbios.c | 305 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
|
/Linux-v4.19/arch/s390/mm/ |
D | fault.c | 143 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
|
/Linux-v4.19/arch/arm/kernel/ |
D | traps.c | 392 if (probe_kernel_address((unsigned *)pc, bkpt)) in is_valid_bugaddr()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | process.c | 1287 probe_kernel_address((unsigned int __user *)pc, instr)) { in show_instructions() 1329 if (probe_kernel_address((unsigned int __user *)pc, instr)) { in show_user_instructions()
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1076 ret = probe_kernel_address((void *)regs->nip, inst); in fsl_pci_mcheck_exception()
|
/Linux-v4.19/kernel/ |
D | exit.c | 250 probe_kernel_address(&task->sighand, sighand); in task_rcu_dereference()
|
/Linux-v4.19/kernel/trace/ |
D | trace_kprobe.c | 190 if (probe_kernel_address(addr, retval)) \
|