/Linux-v5.15/arch/powerpc/mm/ |
D | fault.c | 198 unsigned long address, bool is_write) in bad_kernel_fault() 235 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error() 249 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error() 301 static void sanity_check_fault(bool is_write, bool is_user, in sanity_check_fault() 394 int is_write = page_fault_is_write(error_code); in ___do_page_fault() local 570 int is_write = page_fault_is_write(regs->dsisr); in __bad_page_fault() local
|
D | copro_fault.c | 27 unsigned long is_write; in copro_handle_mm_fault() local
|
/Linux-v5.15/kernel/kcsan/ |
D | encoding.h | 62 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint() 72 bool *is_write) in decode_watchpoint()
|
D | core.c | 120 bool is_write; in find_watchpoint() local 144 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint() 421 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in kcsan_setup_watchpoint() local 602 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in check_access() local
|
D | selftest.c | 37 bool is_write = !!prandom_u32_max(2); in test_encode_decode() local
|
/Linux-v5.15/drivers/memstick/host/ |
D | r592.c | 225 static void r592_start_dma(struct r592_device *dev, bool is_write) in r592_start_dma() 278 bool is_write; in r592_transfer_fifo_dma() local 416 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS; in r592_transfer_fifo_pio() local 456 bool is_write; in r592_execute_tpc() local
|
/Linux-v5.15/mm/kfence/ |
D | report.c | 175 static const char *get_access_type(bool is_write) in get_access_type() 180 void kfence_report_error(unsigned long address, bool is_write, struct pt_regs *regs, in kfence_report_error()
|
/Linux-v5.15/arch/um/kernel/ |
D | trap.c | 25 int is_write, int is_user, int *code_out) in handle_page_fault() 205 int is_write = FAULT_WRITE(fi); in segv() local
|
/Linux-v5.15/arch/um/kernel/skas/ |
D | uaccess.c | 46 static pte_t *maybe_map(unsigned long virt, int is_write) in maybe_map() 64 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() 95 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument
|
/Linux-v5.15/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 260 int is_write, in goldfish_pin_pages() 293 int is_write, in populate_rw_params() 328 int is_write, in transfer_max_buffers() 367 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal() 392 int is_write) in goldfish_pipe_read_write()
|
/Linux-v5.15/arch/arm64/kvm/ |
D | vgic-sys-reg-v3.c | 263 int vgic_v3_has_cpu_sysregs_attr(struct kvm_vcpu *vcpu, bool is_write, u64 id, in vgic_v3_has_cpu_sysregs_attr() 279 int vgic_v3_cpu_sysregs_uaccess(struct kvm_vcpu *vcpu, bool is_write, u64 id, in vgic_v3_cpu_sysregs_uaccess()
|
D | mmio.c | 129 bool is_write; in io_mem_abort() local
|
/Linux-v5.15/arch/microblaze/mm/ |
D | fault.c | 92 int is_write = error_code & ESR_S; in do_page_fault() local
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | radeon_dp_auxch.c | 69 bool is_write = false; in radeon_dp_aux_transfer_native() local
|
/Linux-v5.15/arch/xtensa/mm/ |
D | fault.c | 43 int is_write, is_exec; in do_page_fault() local
|
/Linux-v5.15/mm/kasan/ |
D | report.c | 406 static void __kasan_report(unsigned long addr, size_t size, bool is_write, in __kasan_report() 452 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | kup-8xx.h | 105 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault()
|
/Linux-v5.15/include/linux/ |
D | kfence.h | 215 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault()
|
/Linux-v5.15/arch/arm64/kvm/vgic/ |
D | vgic-mmio-v2.c | 528 int vgic_v2_cpuif_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_cpuif_uaccess() 540 int vgic_v2_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_dist_uaccess()
|
D | vgic-kvm-device.c | 349 u32 *reg, bool is_write) in vgic_v2_attr_regs_access() 513 u64 *reg, bool is_write) in vgic_v3_attr_regs_access()
|
D | vgic-mmio-v3.c | 1066 int vgic_v3_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_dist_uaccess() 1077 int vgic_v3_redist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_redist_uaccess() 1088 int vgic_v3_line_level_info_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_line_level_info_uaccess()
|
/Linux-v5.15/drivers/tty/ |
D | goldfish.c | 56 int is_write) in do_rw_io() 79 int is_write) in goldfish_tty_rw()
|
/Linux-v5.15/arch/csky/mm/ |
D | fault.c | 23 static inline bool is_write(struct pt_regs *regs) in is_write() function
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | kup.h | 227 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault()
|
/Linux-v5.15/drivers/target/ |
D | target_core_file.c | 265 int is_write = !(data_direction == DMA_FROM_DEVICE); in fd_execute_rw_aio() local 312 u32 sgl_nents, u32 data_length, int is_write) in fd_do_rw()
|