Searched refs:probe_kernel_address (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | probe_roms.c | 101 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()
|
D | dumpstack_32.c | 147 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()
|
D | dumpstack_64.c | 326 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/ |
D | bug.c | 17 if (probe_kernel_address((unsigned short __user *)eip, ud2)) in is_valid_bugaddr()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | sections.h | 35 if (!probe_kernel_address(&desc->ip, p)) in dereference_function_descriptor()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sections.h | 60 if (!probe_kernel_address(&desc->funcaddr, p)) in dereference_function_descriptor()
|
/linux-4.4.14/include/linux/ |
D | uaccess.h | 111 #define probe_kernel_address(addr, retval) \ macro
|
/linux-4.4.14/arch/parisc/kernel/ |
D | process.c | 278 if (!probe_kernel_address(&desc->addr, p)) in dereference_function_descriptor()
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps.c | 115 if (probe_kernel_address((insn_size_t *)addr, opcode)) in is_valid_bugaddr()
|
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 789 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/ |
D | traps.c | 179 if (probe_kernel_address((u16 *)pc, opcode)) in is_valid_bugaddr()
|
/linux-4.4.14/arch/x86/mm/ |
D | fault.c | 125 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/ |
D | pcbios.c | 331 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios()
|
/linux-4.4.14/arch/s390/mm/ |
D | fault.c | 126 return probe_kernel_address((unsigned long *)p, dummy); in bad_address()
|
/linux-4.4.14/arch/arm/kernel/ |
D | traps.c | 361 if (probe_kernel_address((unsigned *)pc, bkpt)) in is_valid_bugaddr()
|
/linux-4.4.14/mm/ |
D | slab_common.c | 89 res = probe_kernel_address(s->name, tmp); in kmem_cache_sanity_check()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1040 ret = probe_kernel_address((void *)regs->nip, inst); in fsl_pci_mcheck_exception()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 940 probe_kernel_address((unsigned int __user *)pc, instr)) { in show_instructions()
|
/linux-4.4.14/kernel/trace/ |
D | trace_kprobe.c | 153 if (probe_kernel_address(addr, retval)) \
|