Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu.h390 target_ulong *val, target_ulong new_val, target_ulong write_mask);
539 target_ulong write_mask),
715 target_ulong new_value, target_ulong write_mask);
719 target_ulong write_mask);
743 target_ulong write_mask);
747 Int128 new_value, Int128 write_mask);
825 target_ulong write_mask);
H A Dcsr.c3437 write_mask & hip_writable_mask); in rmw_hip()
4271 target_ulong write_mask) in riscv_new_csr_seed() argument
4301 target_ulong write_mask) in rmw_seed() argument
4305 rval = riscv_new_csr_seed(new_value, write_mask); in rmw_seed()
4347 if (write_mask && read_only) { in riscv_csrrw_check()
4416 if (write_mask) { in riscv_csrrw_do64()
4417 new_value = (old_value & ~write_mask) | (new_value & write_mask); in riscv_csrrw_do64()
4449 Int128 write_mask) in riscv_csrrw_do128() argument
4461 if (int128_nz(write_mask)) { in riscv_csrrw_do128()
4511 int128_getlo(write_mask)); in riscv_csrrw_i128()
[all …]
H A Dop_helper.c73 target_ulong src, target_ulong write_mask) in helper_csrrw() argument
76 RISCVException ret = riscv_csrrw(env, csr, &val, src, write_mask); in helper_csrrw()
H A Dcpu_helper.c709 target_ulong write_mask), in riscv_cpu_set_aia_ireg_rmw_fn() argument
/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()
/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1540 target_ulong write_mask = run->riscv_csr.write_mask; in kvm_riscv_handle_csr() local
1545 run->riscv_csr.ret_value = riscv_new_csr_seed(new_value, write_mask); in kvm_riscv_handle_csr()
/qemu/linux-headers/linux/
H A Dkvm.h417 unsigned long write_mask; member