| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | fault.c | 197 unsigned long address, bool is_write) in bad_kernel_fault() 237 static bool access_pkey_error(bool is_write, bool is_exec, bool is_pkey, in access_pkey_error() 252 static bool access_error(bool is_write, bool is_exec, struct vm_area_struct *vma) in access_error() 304 static void sanity_check_fault(bool is_write, bool is_user, in sanity_check_fault() 397 int is_write = page_fault_is_write(error_code); in __do_page_fault() local 561 int is_write = page_fault_is_write(regs->dsisr); in bad_page_fault() local
|
| H A D | copro_fault.c | 27 unsigned long is_write; in copro_handle_mm_fault() local
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | encoding.h | 55 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint() 65 bool *is_write) in decode_watchpoint()
|
| H A D | core.c | 115 bool is_write; in find_watchpoint() local 139 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint() 402 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in kcsan_setup_watchpoint() local 596 const bool is_write = (type & KCSAN_ACCESS_WRITE) != 0; in check_access() local
|
| H A D | selftest.c | 32 bool is_write = !!prandom_u32_max(2); in test_encode_decode() local
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | fsl_sata.c | 537 static u32 fsl_sata_rw_cmd(int dev, u32 start, u32 blkcnt, u8 *buffer, int is_write) in fsl_sata_rw_cmd() 576 static u32 fsl_sata_rw_cmd_ext(int dev, u32 start, u32 blkcnt, u8 *buffer, int is_write) in fsl_sata_rw_cmd_ext() 607 int is_write) in fsl_sata_rw_ncq_cmd() 695 const void *buffer, int is_write) in ata_low_level_rw_lba48() 730 const void *buffer, int is_write) in ata_low_level_rw_lba28()
|
| H A D | sata_sil.c | 268 u8 *buffer, int is_write) in sil_sata_rw_cmd() 313 u8 *buffer, int is_write) in sil_sata_rw_cmd_ext() 361 const void *buffer, int is_write) in sil_sata_rw_lba28() 389 const void *buffer, int is_write) in sil_sata_rw_lba48()
|
| H A D | dwc_ahsata.c | 371 s32 is_write) in ahci_exec_ata_cmd() 551 u32 blkcnt, u8 *buffer, int is_write) in dwc_ahsata_rw_cmd() 596 lbaint_t blkcnt, u8 *buffer, int is_write) in dwc_ahsata_rw_cmd_ext() 657 int is_write) in ata_low_level_rw_lba48() 693 int is_write) in ata_low_level_rw_lba28()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/skas/ |
| H A D | uaccess.c | 45 static pte_t *maybe_map(unsigned long virt, int is_write) in maybe_map() 63 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() 94 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument
|
| /OK3568_Linux_fs/kernel/drivers/memstick/host/ |
| H A D | r592.c | 225 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 415 bool is_write = dev->req->tpc >= MS_TPC_SET_RW_REG_ADRS; in r592_transfer_fifo_pio() local 455 bool is_write; in r592_execute_tpc() local
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | report.c | 168 static const char *get_access_type(bool is_write) in get_access_type() 173 void kfence_report_error(unsigned long address, bool is_write, struct pt_regs *regs, in kfence_report_error()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | trap.c | 25 int is_write, int is_user, int *code_out) in handle_page_fault() 205 int is_write = FAULT_WRITE(fi); in segv() local
|
| /OK3568_Linux_fs/kernel/drivers/platform/goldfish/ |
| H A D | goldfish_pipe.c | 263 int is_write, in goldfish_pin_pages() 296 int is_write, in populate_rw_params() 331 int is_write, in transfer_max_buffers() 370 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal() 395 int is_write) in goldfish_pipe_read_write()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | vgic-sys-reg-v3.c | 263 int vgic_v3_has_cpu_sysregs_attr(struct kvm_vcpu *vcpu, bool is_write, u64 id, in vgic_v3_has_cpu_sysregs_attr() 279 int vgic_v3_cpu_sysregs_uaccess(struct kvm_vcpu *vcpu, bool is_write, u64 id, in vgic_v3_cpu_sysregs_uaccess()
|
| H A D | mmio.c | 129 bool is_write; in io_mem_abort() local
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | entry.S | 122 .macro tlbop_end is_write argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | kup-8xx.h | 64 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report.c | 383 static void __kasan_report(unsigned long addr, size_t size, bool is_write, in __kasan_report() 429 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/mm/ |
| H A D | fault.c | 92 int is_write = error_code & ESR_S; in do_page_fault() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_dp_auxch.c | 69 bool is_write = false; in radeon_dp_aux_transfer_native() local
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | fault.c | 43 int is_write, is_exec; in do_page_fault() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kfence.h | 215 static inline bool __must_check kfence_handle_page_fault(unsigned long addr, bool is_write, in kfence_handle_page_fault()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | goldfish.c | 56 int is_write) in do_rw_io() 79 int is_write) in goldfish_tty_rw()
|
| /OK3568_Linux_fs/kernel/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() 540 int vgic_v2_dist_uaccess(struct kvm_vcpu *vcpu, bool is_write, in vgic_v2_dist_uaccess()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/ |
| H A D | kup.h | 181 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault()
|