/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio-v2.c | 528 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 D | uaccess.c | 45 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 D | sys_regs.h | 27 bool is_write; member
|
H A D | vgic-sys-reg-v3.c | 351 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 D | vgic-mmio-v2.c | 539 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 D | vgic-kvm-device.c | 361 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 D | fault.c | 230 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 D | fault.c | 251 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 D | uaccess.c | 46 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 D | gc.c | 652 bool is_write = false; in tomoyo_notify_gc() local
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_render_cl.c | 435 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 D | otp.c | 307 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 D | rave-sp-eeprom.c | 95 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 D | vc4_render_cl.c | 435 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 D | gc.c | 652 bool is_write = false; in tomoyo_notify_gc() local
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | report.c | 180 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 D | kfence_test.c | 86 bool is_write; /* Is access a write. */ member [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_handle_test.cc | 1094 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 D | goldfish.c | 53 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 D | kasan.h | 63 bool is_write; member
|
/kernel/linux/linux-5.10/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() 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 D | r592.c | 223 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 D | goldfish.c | 53 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 D | report.c | 217 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...] |