/Linux-v5.10/arch/x86/kernel/ |
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-v5.10/mm/ |
D | debug.c | 129 if (get_kernel_nofault(host, &mapping->host) || in __dump_page() 130 get_kernel_nofault(a_ops, &mapping->a_ops)) { in __dump_page() 140 if (get_kernel_nofault(dentry_first, &host->i_dentry.first) || in __dump_page() 141 get_kernel_nofault(ino, &host->i_ino)) { in __dump_page() 153 if (get_kernel_nofault(dentry, dentry_ptr)) { in __dump_page()
|
/Linux-v5.10/arch/riscv/kernel/ |
D | traps.c | 140 if (get_kernel_nofault(insn, (bug_insn_t *)pc)) in get_break_insn_length() 168 if (get_kernel_nofault(insn, (bug_insn_t *)pc)) in is_valid_bugaddr()
|
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-v5.10/arch/ia64/include/asm/ |
D | sections.h | 38 if (!get_kernel_nofault(p, (void *)&desc->ip)) in dereference_function_descriptor()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | sections.h | 88 if (!get_kernel_nofault(p, (void *)&desc->funcaddr)) in dereference_function_descriptor()
|
/Linux-v5.10/lib/ |
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-v5.10/arch/parisc/kernel/ |
D | process.c | 276 if (!get_kernel_nofault(p, (void *)&desc->addr)) in dereference_function_descriptor()
|
/Linux-v5.10/arch/sh/kernel/ |
D | traps.c | 121 if (get_kernel_nofault(opcode, (insn_size_t *)addr)) in is_valid_bugaddr()
|
/Linux-v5.10/arch/x86/mm/ |
D | fault.c | 101 if (get_kernel_nofault(opcode, instr)) in check_prefetch_opcode() 135 if (get_kernel_nofault(opcode, instr)) in is_prefetch() 350 return get_kernel_nofault(dummy, (unsigned long *)p); in bad_address()
|
/Linux-v5.10/arch/x86/pci/ |
D | pcbios.c | 305 if (get_kernel_nofault(sig, &check->fields.signature)) in pci_find_bios()
|
/Linux-v5.10/include/linux/ |
D | uaccess.h | 388 #define get_kernel_nofault(val, ptr) ({ \ macro
|
/Linux-v5.10/arch/arm/mm/ |
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-v5.10/arch/powerpc/kernel/ |
D | kgdb.c | 424 err = get_kernel_nofault(instr, (unsigned *) addr); in kgdb_arch_set_breakpoint()
|
D | kprobes.c | 293 if (get_kernel_nofault(instr, addr)) in kprobe_handler()
|
D | process.c | 1330 get_kernel_nofault(instr, (const void *)pc)) { in show_instructions()
|
/Linux-v5.10/arch/x86/kernel/kprobes/ |
D | opt.c | 280 if (get_kernel_nofault(ops, (void *)addr) < 0 || in is_padding_int3()
|
/Linux-v5.10/arch/arm/kernel/ |
D | traps.c | 399 if (get_kernel_nofault(bkpt, (void *)pc)) in is_valid_bugaddr()
|
/Linux-v5.10/arch/s390/mm/ |
D | fault.c | 108 return get_kernel_nofault(dummy, (unsigned long *)p); in bad_address()
|
/Linux-v5.10/arch/arm64/kernel/ |
D | traps.c | 316 if (get_kernel_nofault(instr_le, (__force __le32 *)pc)) in call_undef_hook()
|
/Linux-v5.10/arch/m68k/kernel/ |
D | traps.c | 922 if (get_kernel_nofault(c, cp + i) && i >= 0) { in show_registers()
|
/Linux-v5.10/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1072 ret = get_kernel_nofault(inst, (void *)regs->nip); in fsl_pci_mcheck_exception()
|