Home
last modified time | relevance | path

Searched defs:is_write (Results 1 – 25 of 65) sorted by relevance

123

/linux-6.3-rc2/arch/powerpc/mm/
A Dfault.c198 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()
305 static void sanity_check_fault(bool is_write, bool is_user, in sanity_check_fault()
413 int is_write = page_fault_is_write(error_code); in ___do_page_fault() local
592 int is_write = page_fault_is_write(regs->dsisr); in __bad_page_fault() local
A Dcopro_fault.c27 unsigned long is_write; in copro_handle_mm_fault() local
/linux-6.3-rc2/kernel/kcsan/
A Dencoding.h62 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint()
72 bool *is_write) in decode_watchpoint()
A Dcore.c124 bool is_write; in find_watchpoint() local
148 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint()
520 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in kcsan_setup_watchpoint() local
A Dselftest.c35 bool is_write = !!get_random_u32_below(2); in test_encode_decode() local
/linux-6.3-rc2/drivers/memstick/host/
A Dr592.c225 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-6.3-rc2/arch/um/kernel/skas/
A Duaccess.c46 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-6.3-rc2/arch/um/kernel/
A Dtrap.c25 int is_write, int is_user, int *code_out) in handle_page_fault()
206 int is_write = FAULT_WRITE(fi); in segv() local
/linux-6.3-rc2/mm/kfence/
A Dreport.c181 static const char *get_access_type(bool is_write) in get_access_type()
186 void kfence_report_error(unsigned long address, bool is_write, struct pt_regs *regs, in kfence_report_error()
/linux-6.3-rc2/drivers/platform/goldfish/
A Dgoldfish_pipe.c260 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-6.3-rc2/arch/microblaze/mm/
A Dfault.c92 int is_write = error_code & ESR_S; in do_page_fault() local
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_dp_auxch.c69 bool is_write = false; in radeon_dp_aux_transfer_native() local
/linux-6.3-rc2/arch/arm64/kvm/vgic/
A Dvgic-kvm-device.c392 bool is_write) in vgic_v2_attr_regs_access()
539 bool is_write) in vgic_v3_attr_regs_access()
A Dvgic-mmio-v2.c539 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()
A Dvgic-mmio-v3.c1134 int vgic_v3_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_dist_uaccess()
1145 int vgic_v3_redist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_redist_uaccess()
1156 int vgic_v3_line_level_info_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v3_line_level_info_uaccess()
/linux-6.3-rc2/arch/xtensa/mm/
A Dfault.c95 int is_write, is_exec; in do_page_fault() local
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dkup-8xx.h82 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
/linux-6.3-rc2/arch/arm64/kvm/
A Dmmio.c129 bool is_write; in io_mem_abort() local
/linux-6.3-rc2/drivers/tty/
A Dgoldfish.c56 int is_write) in do_rw_io()
79 int is_write) in goldfish_tty_rw()
/linux-6.3-rc2/include/linux/
A Dkfence.h234 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault()
/linux-6.3-rc2/arch/s390/mm/
A Dfault.c253 bool is_write; in do_no_context() local
369 bool is_write; in do_exception() local
/linux-6.3-rc2/arch/csky/mm/
A Dfault.c23 static inline bool is_write(struct pt_regs *regs) in is_write() function
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dkvmgt.c430 size_t count, u16 offset, bool is_write) in handle_edid_regs()
486 size_t count, u16 offset, bool is_write) in handle_edid_blob()
747 void *buf, unsigned int count, bool is_write) in intel_vgpu_bar_rw()
768 void *buf, unsigned long count, bool is_write) in intel_vgpu_aperture_rw()
795 size_t count, loff_t *ppos, bool is_write) in intel_vgpu_rw()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dkup.h170 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
/linux-6.3-rc2/drivers/target/
A Dtarget_core_file.c269 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()

Completed in 78 milliseconds

123