/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/s390/mm/ |
H A D | fault.c | 212 bool is_write; in handle_fault_error_nolock() local 265 bool is_write; in do_exception() local
|
/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/powerpc/include/asm/ |
H A D | kup.h | 61 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault() 84 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault()
|
/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() 610 bool kasan_report(const void *addr, size_t size, bool is_write, in kasan_report()
|
/linux/arch/xtensa/mm/ |
H A D | fault.c | 96 int is_write, is_exec; in do_page_fault() local
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | kup-8xx.h | 80 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
|
/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/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio-v2.c | 539 int vgic_v2_cpuif_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_cpuif_uaccess() 551 int vgic_v2_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_dist_uaccess()
|
H A D | vgic-mmio-v3.c | 1111 int vgic_v3_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_dist_uaccess() 1122 int vgic_v3_redist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_redist_uaccess() 1133 int vgic_v3_line_level_info_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_line_level_info_uaccess()
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | kup-booke.h | 103 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
|
/linux/include/linux/ |
H A D | kfence.h | 237 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | kup.h | 146 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
|
/linux/arch/csky/mm/ |
H A D | fault.c | 23 static inline bool is_write(struct pt_regs *regs) in is_write() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | kup.h | 336 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
|
/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/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
|