Home
last modified time | relevance | path

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

/Linux-v5.4/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.c168 if (probe_kernel_address((unsigned short *)addr, ud)) in is_valid_bugaddr()
/Linux-v5.4/arch/riscv/kernel/
Dtraps.c119 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/
Dsections.h38 if (!probe_kernel_address(&desc->ip, p)) in dereference_function_descriptor()
/Linux-v5.4/arch/powerpc/include/asm/
Dsections.h74 if (!probe_kernel_address(&desc->funcaddr, p)) in dereference_function_descriptor()
/Linux-v5.4/arch/sh/kernel/
Dtraps.c121 if (probe_kernel_address((insn_size_t *)addr, opcode)) in is_valid_bugaddr()
/Linux-v5.4/arch/parisc/kernel/
Dprocess.c296 if (!probe_kernel_address(&desc->addr, p)) in dereference_function_descriptor()
/Linux-v5.4/include/linux/
Duaccess.h352 #define probe_kernel_address(addr, retval) \ macro
/Linux-v5.4/arch/x86/mm/
Dfault.c100 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/
Dpcbios.c305 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
/Linux-v5.4/arch/arm/mm/
Dalignment.c777 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/
Dkgdb.c423 err = probe_kernel_address(addr, instr); in kgdb_arch_set_breakpoint()
Dprocess.c1240 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/
Dfault.c108 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
/Linux-v5.4/arch/arm/kernel/
Dtraps.c390 if (probe_kernel_address((unsigned *)pc, bkpt)) in is_valid_bugaddr()
/Linux-v5.4/arch/arm64/kernel/
Dtraps.c314 if (probe_kernel_address((__force __le32 *)pc, instr_le)) in call_undef_hook()
/Linux-v5.4/arch/powerpc/sysdev/
Dfsl_pci.c1073 ret = probe_kernel_address((void *)regs->nip, inst); in fsl_pci_mcheck_exception()