Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dprobe_roms.c101 if (probe_kernel_address(rom_list, device) != 0) in probe_list()
127 if (probe_kernel_address(rom + 0x18, offset) != 0) in find_oprom()
130 if (probe_kernel_address(rom + offset + 0x4, vendor) != 0) in find_oprom()
133 if (probe_kernel_address(rom + offset + 0x6, device) != 0) in find_oprom()
141 if (probe_kernel_address(rom + offset + 0x8, list) == 0 && in find_oprom()
142 probe_kernel_address(rom + offset + 0xc, rev) == 0 && in find_oprom()
185 return probe_kernel_address(ptr, sig) == 0 && sig == ROMSIGNATURE; in romsignature()
192 for (sum = 0; length && probe_kernel_address(rom++, c) == 0; length--) in romchecksum()
213 if (probe_kernel_address(rom + 2, c) != 0) in probe_roms()
251 if (probe_kernel_address(rom + 2, c) != 0) in probe_roms()
Ddumpstack_32.c147 if (ip < (u8 *)PAGE_OFFSET || probe_kernel_address(ip, c)) { in show_regs()
154 probe_kernel_address(ip, c)) { in show_regs()
173 if (probe_kernel_address((unsigned short *)ip, ud2)) in is_valid_bugaddr()
Ddumpstack_64.c326 if (ip < (u8 *)PAGE_OFFSET || probe_kernel_address(ip, c)) { in show_regs()
333 probe_kernel_address(ip, c)) { in show_regs()
/linux-4.4.14/arch/x86/um/
Dbug.c17 if (probe_kernel_address((unsigned short __user *)eip, ud2)) in is_valid_bugaddr()
/linux-4.4.14/arch/ia64/include/asm/
Dsections.h35 if (!probe_kernel_address(&desc->ip, p)) in dereference_function_descriptor()
/linux-4.4.14/arch/powerpc/include/asm/
Dsections.h60 if (!probe_kernel_address(&desc->funcaddr, p)) in dereference_function_descriptor()
/linux-4.4.14/include/linux/
Duaccess.h111 #define probe_kernel_address(addr, retval) \ macro
/linux-4.4.14/arch/parisc/kernel/
Dprocess.c278 if (!probe_kernel_address(&desc->addr, p)) in dereference_function_descriptor()
/linux-4.4.14/arch/sh/kernel/
Dtraps.c115 if (probe_kernel_address((insn_size_t *)addr, opcode)) in is_valid_bugaddr()
/linux-4.4.14/arch/arm/mm/
Dalignment.c789 fault = probe_kernel_address(ptr, tinstr); in do_alignment()
796 fault = probe_kernel_address(ptr + 1, tinst2); in do_alignment()
806 fault = probe_kernel_address((void *)instrptr, instr); in do_alignment()
/linux-4.4.14/arch/avr32/kernel/
Dtraps.c179 if (probe_kernel_address((u16 *)pc, opcode)) in is_valid_bugaddr()
/linux-4.4.14/arch/x86/mm/
Dfault.c125 if (probe_kernel_address(instr, opcode)) in check_prefetch_opcode()
159 if (probe_kernel_address(instr, opcode)) in is_prefetch()
464 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
/linux-4.4.14/arch/x86/pci/
Dpcbios.c331 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
/linux-4.4.14/arch/s390/mm/
Dfault.c126 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
/linux-4.4.14/arch/arm/kernel/
Dtraps.c361 if (probe_kernel_address((unsigned *)pc, bkpt)) in is_valid_bugaddr()
/linux-4.4.14/mm/
Dslab_common.c89 res = probe_kernel_address(s->name, tmp); in kmem_cache_sanity_check()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_pci.c1040 ret = probe_kernel_address((void *)regs->nip, inst); in fsl_pci_mcheck_exception()
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c940 probe_kernel_address((unsigned int __user *)pc, instr)) { in show_instructions()
/linux-4.4.14/kernel/trace/
Dtrace_kprobe.c153 if (probe_kernel_address(addr, retval)) \