/Linux-v5.10/arch/powerpc/mm/ |
D | fault.c | 197 unsigned long address, bool is_write) in bad_kernel_fault() 239 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error() 254 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error() 307 static void sanity_check_fault(bool is_write, bool is_user, in sanity_check_fault() 358 static void sanity_check_fault(bool is_write, bool is_user, in sanity_check_fault() 401 int is_write = page_fault_is_write(error_code); in __do_page_fault() local 565 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.10/kernel/kcsan/ |
D | encoding.h | 55 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint() 65 bool *is_write) in decode_watchpoint()
|
D | core.c | 116 bool is_write; in find_watchpoint() local 140 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint() 406 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in kcsan_setup_watchpoint() local 600 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in check_access() local
|
D | selftest.c | 32 bool is_write = !!prandom_u32_max(2); in test_encode_decode() local
|
/Linux-v5.10/arch/um/kernel/skas/ |
D | uaccess.c | 45 static pte_t *maybe_map(unsigned long virt, int is_write) in maybe_map() 63 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() 94 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument
|
/Linux-v5.10/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 415 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS; in r592_transfer_fifo_pio() local 455 bool is_write; in r592_execute_tpc() local
|
/Linux-v5.10/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.10/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 263 int is_write, in goldfish_pin_pages() 296 int is_write, in populate_rw_params() 331 int is_write, in transfer_max_buffers() 370 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal() 395 int is_write) in goldfish_pipe_read_write()
|
/Linux-v5.10/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() 281 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
|
D | sys_regs.h | 21 bool is_write; member
|
/Linux-v5.10/arch/microblaze/mm/ |
D | fault.c | 92 int is_write = error_code & ESR_S; in do_page_fault() local
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_dp_auxch.c | 69 bool is_write = false; in radeon_dp_aux_transfer_native() local
|
/Linux-v5.10/arch/xtensa/mm/ |
D | fault.c | 43 int is_write, is_exec; in do_page_fault() local
|
/Linux-v5.10/mm/kasan/ |
D | report.c | 510 static void __kasan_report(unsigned long addr, size_t size, bool is_write, in __kasan_report() 555 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
|
/Linux-v5.10/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 | 346 u32 *reg, bool is_write) in vgic_v2_attr_regs_access() 510 u64 *reg, bool is_write) in vgic_v3_attr_regs_access()
|
D | vgic-mmio-v3.c | 1047 int vgic_v3_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_dist_uaccess() 1058 int vgic_v3_redist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_redist_uaccess() 1069 int vgic_v3_line_level_info_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_line_level_info_uaccess()
|
/Linux-v5.10/drivers/tty/ |
D | goldfish.c | 56 int is_write) in do_rw_io() 79 int is_write) in goldfish_tty_rw()
|
/Linux-v5.10/drivers/gpu/drm/i915/gvt/ |
D | kvmgt.c | 481 size_t count, u16 offset, bool is_write) in handle_edid_regs() 537 size_t count, u16 offset, bool is_write) in handle_edid_blob() 954 void *buf, unsigned int count, bool is_write) in intel_vgpu_bar_rw() 975 void *buf, unsigned long count, bool is_write) in intel_vgpu_aperture_rw() 1002 size_t count, loff_t *ppos, bool is_write) in intel_vgpu_rw()
|
/Linux-v5.10/drivers/target/ |
D | target_core_sbc.c | 629 bool is_write, struct se_cmd *cmd) in sbc_set_prot_op_checks() 690 u32 sectors, bool is_write) in sbc_check_prot()
|
D | target_core_file.c | 264 int is_write = !(data_direction == DMA_FROM_DEVICE); in fd_execute_rw_aio() local 320 u32 sgl_nents, u32 data_length, int is_write) in fd_do_rw()
|
/Linux-v5.10/drivers/nvmem/ |
D | rave-sp-eeprom.c | 95 const bool is_write = type == RAVE_SP_EEPROM_WRITE; in rave_sp_eeprom_io() local
|
/Linux-v5.10/samples/vfio-mdev/ |
D | mbochs.c | 401 char *buf, u32 count, bool is_write) in handle_edid_regs() 428 char *buf, u32 count, bool is_write) in handle_edid_blob() 439 loff_t pos, bool is_write) in mdev_access()
|