Home
last modified time | relevance | path

Searched refs:this_size (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/aarch64/
H A Dsignal.c533 static int alloc_sigframe_space(int this_size, target_sigframe_layout *l) in alloc_sigframe_space() argument
542 l->extra_size += this_size; in alloc_sigframe_space()
543 } else if (this_size + this_loc > std_size) { in alloc_sigframe_space()
555 l->extra_size = this_size; in alloc_sigframe_space()
557 l->total_size += this_size; in alloc_sigframe_space()
/qemu/accel/tcg/
H A Dcputlb.c1936 unsigned this_size; in int_ld_mmio_beN() local
1950 if (this_size == 8) { in int_ld_mmio_beN()
1955 addr += this_size; in int_ld_mmio_beN()
1956 mr_offset += this_size; in int_ld_mmio_beN()
1957 size -= this_size; in int_ld_mmio_beN()
2477 unsigned this_size; in int_st_mmio_leN() local
2491 if (this_size == 8) { in int_st_mmio_leN()
2495 val_le >>= this_size * 8; in int_st_mmio_leN()
2496 addr += this_size; in int_st_mmio_leN()
2497 mr_offset += this_size; in int_st_mmio_leN()
[all …]