| /linux/kernel/kcsan/ |
| H A 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()
|
| H A D | core.c | 124 bool is_write; in find_watchpoint() local 148 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint() 529 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in kcsan_setup_watchpoint() local
|
| H A D | selftest.c | 35 bool is_write = !!get_random_u32_below(2); in test_encode_decode() local
|
| /linux/drivers/memstick/host/ |
| H A D | r592.c | 223 static void r592_start_dma(struct r592_device *dev, bool is_write) in r592_start_dma() 276 bool is_write; in r592_transfer_fifo_dma() local 414 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS; in r592_transfer_fifo_pio() local 454 bool is_write; in r592_execute_tpc() local
|
| /linux/arch/um/kernel/skas/ |
| H A 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/drivers/platform/goldfish/ |
| H A D | goldfish_pipe.c | 259 int is_write, in goldfish_pin_pages() 292 int is_write, in populate_rw_params() 327 int is_write, in transfer_max_buffers() 366 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal() 391 int is_write) in goldfish_pipe_read_write()
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 141 int is_write, int is_user, int *code_out) in handle_page_fault() 313 int is_write = FAULT_WRITE(fi); in segv() local
|
| /linux/arch/microblaze/mm/ |
| H A D | fault.c | 92 int is_write = error_code & ESR_S; in do_page_fault() local
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_dp_auxch.c | 69 bool is_write = false; in radeon_dp_aux_transfer_native() local
|
| /linux/mm/kasan/ |
| H A D | report.c | 219 static void end_report(unsigned long *flags, const void *addr, bool is_write) in end_report() argument 571 bool kasan_report(const void *addr, size_t size, bool is_write, in kasan_report() argument [all...] |
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-kvm-device.c | 366 bool is_write) in vgic_v2_attr_regs_access() 534 bool is_write) in vgic_v3_attr_regs_access()
|
| H A D | vgic-mmio-v2.c | 563 int vgic_v2_cpuif_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_cpuif_uaccess() 575 int vgic_v2_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_dist_uaccess()
|
| H A D | vgic-mmio-v3.c | 1138 int vgic_v3_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_dist_uaccess() 1149 int vgic_v3_redist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_redist_uaccess() 1160 int vgic_v3_line_level_info_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_line_level_info_uaccess()
|
| /linux/arch/xtensa/mm/ |
| H A D | fault.c | 96 int is_write, is_exec; in do_page_fault() local
|
| /linux/drivers/tty/ |
| H A D | goldfish.c | 54 size_t count, bool is_write) in do_rw_io() 75 size_t count, bool is_write) in goldfish_tty_rw()
|
| /linux/include/linux/ |
| H A D | kfence.h | 238 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault()
|
| /linux/arch/loongarch/kvm/intc/ |
| H A D | eiointc.c | 461 bool is_write, int *data) in kvm_eiointc_regs_access() 521 bool is_write, int *data) in kvm_eiointc_sw_status_access()
|
| H A D | pch_pic.c | 285 bool is_write) in kvm_pch_pic_regs_access()
|
| /linux/arch/csky/mm/ |
| H A D | fault.c | 23 static inline bool is_write(struct pt_regs *regs) in is_write() function
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | kvmgt.c | 443 size_t count, u16 offset, bool is_write) in handle_edid_regs() 495 size_t count, u16 offset, bool is_write) in handle_edid_blob() 753 void *buf, unsigned int count, bool is_write) in intel_vgpu_bar_rw() 774 void *buf, unsigned long count, bool is_write) in intel_vgpu_aperture_rw() 801 size_t count, loff_t *ppos, bool is_write) in intel_vgpu_rw()
|
| /linux/drivers/target/ |
| H A D | target_core_sbc.c | 607 bool is_write, struct se_cmd *cmd) in sbc_set_prot_op_checks() 668 u32 sectors, bool is_write) in sbc_check_prot()
|
| H A D | target_core_file.c | 269 int is_write = !(data_direction == DMA_FROM_DEVICE); in fd_execute_rw_aio() local 314 u32 sgl_nents, u32 data_length, int is_write) in fd_do_rw()
|
| /linux/samples/vfio-mdev/ |
| H A D | mbochs.c | 399 char *buf, u32 count, bool is_write) in handle_edid_regs() 426 char *buf, u32 count, bool is_write) in handle_edid_blob() 437 size_t count, loff_t pos, bool is_write) in mdev_access()
|
| /linux/drivers/nvmem/ |
| H A D | rave-sp-eeprom.c | 95 const bool is_write = type == RAVE_SP_EEPROM_WRITE; in rave_sp_eeprom_io() local
|
| /linux/security/tomoyo/ |
| H A D | gc.c | 652 bool is_write = false; tomoyo_notify_gc() local
|