Home
last modified time | relevance | path

Searched refs:write_mask (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu.h479 target_ulong *val, target_ulong new_val, target_ulong write_mask);
652 target_ulong write_mask),
861 target_ulong write_mask, uintptr_t ra);
865 target_ulong write_mask);
890 target_ulong write_mask);
896 Int128 write_mask, uintptr_t ra);
979 target_ulong write_mask);
H A Dcsr.c4855 target_ulong new_value, target_ulong write_mask) in rmw_hip() argument
4858 write_mask & hip_writable_mask); in rmw_hip()
5480 target_ulong write_mask) in riscv_new_csr_seed() argument
5510 target_ulong write_mask) in rmw_seed() argument
5514 rval = riscv_new_csr_seed(new_value, write_mask); in rmw_seed()
5598 target_ulong write_mask, in riscv_csrrw_do64() argument
5606 return csr_ops[csrno].op(env, csrno, ret_value, new_value, write_mask); in riscv_csrrw_do64()
5626 if (write_mask) { in riscv_csrrw_do64()
5627 new_value = (old_value & ~write_mask) | (new_value & write_mask); in riscv_csrrw_do64()
5657 target_ulong write_mask, uintptr_t ra) in riscv_csrrw() argument
[all …]
H A Dop_helper.c82 target_ulong src, target_ulong write_mask) in helper_csrrw() argument
85 RISCVException ret = riscv_csrrw(env, csr, &val, src, write_mask, GETPC()); in helper_csrrw()
H A Dcpu_helper.c773 target_ulong write_mask), in riscv_cpu_set_aia_ireg_rmw_fn() argument
/openbmc/qemu/hw/display/
H A Dvga.c872 uint32_t write_mask, bit_mask, set_mask; in vga_mem_writeb() local
1019 write_mask = mask16[mask]; in vga_mem_writeb()
1021 (((uint32_t *)s->vram_ptr)[addr] & ~write_mask) | in vga_mem_writeb()
1022 (val & write_mask); in vga_mem_writeb()
1025 addr * 4, write_mask, val); in vga_mem_writeb()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1674 target_ulong write_mask = run->riscv_csr.write_mask; in kvm_riscv_handle_csr() local
1679 run->riscv_csr.ret_value = riscv_new_csr_seed(new_value, write_mask); in kvm_riscv_handle_csr()
/openbmc/qemu/linux-headers/linux/
H A Dkvm.h428 unsigned long write_mask; member