/linux/arch/x86/kernel/ |
A D | probe_roms.c | 102 if (get_kernel_nofault(device, rom_list) != 0) in probe_list() 128 if (get_kernel_nofault(offset, rom + 0x18) != 0) in find_oprom() 131 if (get_kernel_nofault(vendor, rom + offset + 0x4) != 0) in find_oprom() 134 if (get_kernel_nofault(device, rom + offset + 0x6) != 0) in find_oprom() 142 if (get_kernel_nofault(list, rom + offset + 0x8) == 0 && in find_oprom() 143 get_kernel_nofault(rev, rom + offset + 0xc) == 0 && in find_oprom() 186 return get_kernel_nofault(sig, ptr) == 0 && sig == ROMSIGNATURE; in romsignature() 193 for (sum = 0; length && get_kernel_nofault(c, rom++) == 0; length--) in romchecksum() 214 if (get_kernel_nofault(c, rom + 2) != 0) in probe_roms() 252 if (get_kernel_nofault(c, rom + 2) != 0) in probe_roms()
|
/linux/arch/mips/kernel/ |
A D | access-helper.h | 8 get_kernel_nofault(*a, p); in __get_addr() 13 return user ? get_user(*i, (u16 __user *)p) : get_kernel_nofault(*i, p); in __get_inst16() 18 return user ? get_user(*i, (u32 __user *)p) : get_kernel_nofault(*i, p); in __get_inst32()
|
/linux/mm/ |
A D | debug.c | 127 if (get_kernel_nofault(host, &mapping->host) || in __dump_page() 128 get_kernel_nofault(a_ops, &mapping->a_ops)) { in __dump_page() 138 if (get_kernel_nofault(dentry_first, &host->i_dentry.first) || in __dump_page() 139 get_kernel_nofault(ino, &host->i_ino)) { in __dump_page() 151 if (get_kernel_nofault(dentry, dentry_ptr)) { in __dump_page()
|
/linux/arch/riscv/kernel/ |
A D | traps.c | 148 if (get_kernel_nofault(insn, (bug_insn_t *)pc)) in get_break_insn_length() 193 if (get_kernel_nofault(insn, (bug_insn_t *)pc)) in is_valid_bugaddr()
|
A D | kgdb.c | 65 if (get_kernel_nofault(op_code, (void *)pc)) in get_step_address() 149 error = get_kernel_nofault(stepped_opcode, (void *)addr); in do_single_step()
|
/linux/arch/arm/kernel/ |
A D | traps.c | 139 if (!get_kernel_nofault(val, (unsigned long *)p)) in dump_mem() 168 bad = get_kernel_nofault(val16, &((u16 *)addr)[i]); in dump_instr() 171 bad = get_kernel_nofault(val, &((u32 *)addr)[i]); in dump_instr() 385 if (get_kernel_nofault(bkpt, (void *)pc)) in is_valid_bugaddr()
|
/linux/lib/ |
A D | test_lockup.c | 422 get_kernel_nofault(buf, ptr) || in test_kernel_ptr() 423 get_kernel_nofault(buf, ptr + size - 1)) { in test_kernel_ptr() 440 if (get_kernel_nofault(magic, ptr) || magic != expected) { in test_magic()
|
/linux/arch/ia64/include/asm/ |
A D | sections.h | 38 if (!get_kernel_nofault(p, (void *)&desc->ip)) in dereference_function_descriptor()
|
/linux/arch/powerpc/include/asm/ |
A D | sections.h | 67 if (!get_kernel_nofault(p, (void *)&desc->funcaddr)) in dereference_function_descriptor()
|
/linux/arch/parisc/kernel/ |
A D | process.c | 272 if (!get_kernel_nofault(p, (void *)&desc->addr)) in dereference_function_descriptor()
|
/linux/arch/sh/kernel/ |
A D | traps.c | 121 if (get_kernel_nofault(opcode, (insn_size_t *)addr)) in is_valid_bugaddr()
|
/linux/arch/x86/mm/ |
A D | fault.c | 100 if (get_kernel_nofault(opcode, instr)) in check_prefetch_opcode() 155 if (get_kernel_nofault(opcode, instr)) in is_prefetch() 345 return get_kernel_nofault(dummy, (unsigned long *)p); in bad_address()
|
/linux/arch/x86/pci/ |
A D | pcbios.c | 305 if (get_kernel_nofault(sig, &check->fields.signature)) in pci_find_bios()
|
/linux/include/linux/ |
A D | uaccess.h | 378 #define get_kernel_nofault(val, ptr) ({ \ macro
|
/linux/arch/arm/mm/ |
A D | alignment.c | 777 fault = get_kernel_nofault(instr, ip); in alignment_get_arm() 792 fault = get_kernel_nofault(instr, ip); in alignment_get_thumb()
|
/linux/arch/nds32/kernel/ |
A D | traps.c | 43 if (get_kernel_nofault(val, in dump_mem()
|
/linux/arch/powerpc/kernel/ |
A D | kgdb.c | 423 err = get_kernel_nofault(instr, addr); in kgdb_arch_set_breakpoint()
|
A D | kprobes.c | 310 if (get_kernel_nofault(instr, addr)) in kprobe_handler()
|
A D | process.c | 1347 get_kernel_nofault(instr, (const void *)pc)) { in show_instructions()
|
/linux/arch/x86/kernel/kprobes/ |
A D | opt.c | 280 if (get_kernel_nofault(ops, (void *)addr) < 0 || in is_padding_int3()
|
/linux/arch/s390/mm/ |
A D | fault.c | 102 return get_kernel_nofault(dummy, (unsigned long *)p); in bad_address()
|
/linux/arch/arm64/kernel/ |
A D | traps.c | 407 if (get_kernel_nofault(instr_le, (__le32 *)pc)) in call_undef_hook()
|
/linux/arch/m68k/kernel/ |
A D | traps.c | 917 if (get_kernel_nofault(c, cp + i) && i >= 0) { in show_registers()
|
/linux/arch/powerpc/sysdev/ |
A D | fsl_pci.c | 1072 ret = get_kernel_nofault(inst, (void *)regs->nip); in fsl_pci_mcheck_exception()
|