Home
last modified time | relevance | path

Searched defs:is_write (Results 26 - 50 of 127) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v2.c528 int vgic_v2_cpuif_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_cpuif_uaccess() argument
540 int vgic_v2_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_dist_uaccess() argument
/kernel/linux/linux-5.10/arch/um/kernel/skas/
H A Duaccess.c45 static pte_t *maybe_map(unsigned long virt, int is_write) in maybe_map() argument
63 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() argument
94 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dsys_regs.h27 bool is_write; member
H A Dvgic-sys-reg-v3.c351 vgic_v3_cpu_sysregs_uaccess(struct kvm_vcpu *vcpu, struct kvm_device_attr *attr, bool is_write) vgic_v3_cpu_sysregs_uaccess() argument
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v2.c539 int vgic_v2_cpuif_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_cpuif_uaccess() argument
551 int vgic_v2_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_dist_uaccess() argument
H A Dvgic-kvm-device.c361 vgic_v2_attr_regs_access(struct kvm_device *dev, struct kvm_device_attr *attr, bool is_write) vgic_v2_attr_regs_access() argument
511 vgic_v3_attr_regs_access(struct kvm_device *dev, struct kvm_device_attr *attr, bool is_write) vgic_v3_attr_regs_access() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dfault.c230 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error() argument
244 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error() argument
305 static void sanity_check_fault(bool is_write, bool is_user, in sanity_check_fault() argument
192 bad_kernel_fault(struct pt_regs *regs, unsigned long error_code, unsigned long address, bool is_write) bad_kernel_fault() argument
413 int is_write = page_fault_is_write(error_code); ___do_page_fault() local
598 int is_write = page_fault_is_write(regs->dsisr); __bad_page_fault() local
[all...]
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dfault.c251 bool is_write; in do_no_context() local
367 bool is_write; in do_exception() local
/kernel/linux/linux-6.6/arch/um/kernel/skas/
H A Duaccess.c46 static pte_t *maybe_map(unsigned long virt, int is_write) in maybe_map() argument
64 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() argument
95 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument
/kernel/linux/linux-5.10/security/tomoyo/
H A Dgc.c652 bool is_write = false; in tomoyo_notify_gc() local
/kernel/linux/linux-5.10/drivers/nvmem/
H A Drave-sp-eeprom.c95 const bool is_write = type == RAVE_SP_EEPROM_WRITE; in rave_sp_eeprom_io() local
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c435 vc4_rcl_surface_setup(struct vc4_exec_info *exec, struct drm_gem_cma_object **obj, struct drm_vc4_submit_rcl_surface *surf, bool is_write) vc4_rcl_surface_setup() argument
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dotp.c307 spi_nor_mtd_otp_read_write(struct mtd_info *mtd, loff_t ofs, size_t total_len, size_t *retlen, const u8 *buf, bool is_write) spi_nor_mtd_otp_read_write() argument
/kernel/linux/linux-6.6/drivers/nvmem/
H A Drave-sp-eeprom.c95 const bool is_write = type == RAVE_SP_EEPROM_WRITE; in rave_sp_eeprom_io() local
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c435 vc4_rcl_surface_setup(struct vc4_exec_info *exec, struct drm_gem_dma_object **obj, struct drm_vc4_submit_rcl_surface *surf, bool is_write) vc4_rcl_surface_setup() argument
/kernel/linux/linux-6.6/security/tomoyo/
H A Dgc.c652 bool is_write = false; in tomoyo_notify_gc() local
/kernel/linux/linux-6.6/mm/kfence/
H A Dreport.c180 static const char *get_access_type(bool is_write) in get_access_type() argument
185 void kfence_report_error(unsigned long address, bool is_write, struct pt_regs *regs, in kfence_report_error() argument
H A Dkfence_test.c86 bool is_write; /* Is access a write. */ member
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_handle_test.cc1094 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() local
1127 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() local
/kernel/linux/linux-5.10/drivers/tty/
H A Dgoldfish.c53 do_rw_io(struct goldfish_tty *qtty, unsigned long address, unsigned int count, int is_write) do_rw_io() argument
76 goldfish_tty_rw(struct goldfish_tty *qtty, unsigned long addr, unsigned int count, int is_write) goldfish_tty_rw() argument
/kernel/linux/linux-5.10/mm/kasan/
H A Dkasan.h63 bool is_write; member
/kernel/linux/linux-5.10/drivers/memstick/host/
H A Dr592.c223 static void r592_start_dma(struct r592_device *dev, bool is_write) in r592_start_dma() argument
276 bool is_write; in r592_transfer_fifo_dma() local
413 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS; in r592_transfer_fifo_pio() local
453 bool is_write; r592_execute_tpc() local
[all...]
/kernel/linux/linux-6.6/drivers/memstick/host/
H A Dr592.c223 static void r592_start_dma(struct r592_device *dev, bool is_write) in r592_start_dma() argument
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; r592_execute_tpc() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dgoldfish.c53 do_rw_io(struct goldfish_tty *qtty, unsigned long address, unsigned int count, int is_write) do_rw_io() argument
76 goldfish_tty_rw(struct goldfish_tty *qtty, unsigned long addr, unsigned int count, int is_write) goldfish_tty_rw() argument
/kernel/linux/linux-6.6/mm/kasan/
H A Dreport.c217 static void end_report(unsigned long *flags, const void *addr, bool is_write) in end_report() argument
564 bool kasan_report(const void *addr, size_t size, bool is_write, in kasan_report() argument
[all...]

Completed in 21 milliseconds

123456