Home
last modified time | relevance | path

Searched refs:probe_kernel_address (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dprobe_roms.c102 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()
Dtraps.c167 if (probe_kernel_address((unsigned short *)addr, ud)) in is_valid_bugaddr()
/Linux-v4.19/arch/ia64/include/asm/
Dsections.h38 if (!probe_kernel_address(&desc->ip, p)) in dereference_function_descriptor()
/Linux-v4.19/arch/powerpc/include/asm/
Dsections.h78 if (!probe_kernel_address(&desc->funcaddr, p)) in dereference_function_descriptor()
/Linux-v4.19/arch/sh/kernel/
Dtraps.c121 if (probe_kernel_address((insn_size_t *)addr, opcode)) in is_valid_bugaddr()
/Linux-v4.19/arch/riscv/kernel/
Dtraps.c150 if (probe_kernel_address((bug_insn_t *)pc, insn)) in is_valid_bugaddr()
/Linux-v4.19/arch/arm/mm/
Dalignment.c790 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/
Dprocess.c315 if (!probe_kernel_address(&desc->addr, p)) in dereference_function_descriptor()
/Linux-v4.19/include/linux/
Duaccess.h266 #define probe_kernel_address(addr, retval) \ macro
/Linux-v4.19/arch/x86/mm/
Dfault.c111 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/
Dpcbios.c305 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
/Linux-v4.19/arch/s390/mm/
Dfault.c143 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
/Linux-v4.19/arch/arm/kernel/
Dtraps.c392 if (probe_kernel_address((unsigned *)pc, bkpt)) in is_valid_bugaddr()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1287 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/
Dfsl_pci.c1076 ret = probe_kernel_address((void *)regs->nip, inst); in fsl_pci_mcheck_exception()
/Linux-v4.19/kernel/
Dexit.c250 probe_kernel_address(&task->sighand, sighand); in task_rcu_dereference()
/Linux-v4.19/kernel/trace/
Dtrace_kprobe.c190 if (probe_kernel_address(addr, retval)) \