Home
last modified time | relevance | path

Searched refs:ROUND_DOWN (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_thread.h33 sp = ROUND_DOWN(stack_base + stack_size, 16); in target_thread_set_upcall()
58 regs->sp = ROUND_DOWN(stack, 16); in target_thread_init()
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_thread.h30 sp = ROUND_DOWN(stack_base + stack_size, 16); in target_thread_set_upcall()
44 regs->regs[xSP] = ROUND_DOWN(infop->start_stack, 16); in target_thread_init()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c64 ROUND_DOWN, enumerator
73 [ROUND_DOWN] = "down",
577 case ROUND_DOWN: in set_host_precision()
606 case ROUND_DOWN: in set_soft_precision()
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c116 sp = ROUND_DOWN(sp, align); in extframe_alloc()
340 sp = ROUND_DOWN(sp, 16); in get_sigframe()
/openbmc/qemu/linux-user/i386/
H A Dsignal.c271 sp = ROUND_DOWN(sp - math_size, 64); in get_sigframe()
287 sp = ROUND_DOWN(sp, 16); in get_sigframe()
/openbmc/qemu/bsd-user/
H A Dsignal.c741 return ROUND_DOWN(sp - frame_size, TARGET_SIGSTACK_ALIGN); in get_sigframe()
/openbmc/qemu/block/
H A Dblock-backend.c2330 return ROUND_DOWN(max, blk_get_request_alignment(blk)); in blk_get_max_hw_transfer()
2343 return ROUND_DOWN(max, blk_get_request_alignment(blk)); in blk_get_max_transfer()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c7749 reg_off_split = ROUND_DOWN(page_split, esize); in DO_ST1_ZPZ_S()
7758 info->reg_off_last[0] = ROUND_DOWN(reg_off_split - esize, b_stride); in DO_ST1_ZPZ_S()