Home
last modified time | relevance | path

Searched refs:host_set (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/arm/
H A Dsignal.c467 sigset_t host_set; in do_sigframe_return() local
470 target_to_host_sigset(&host_set, &uc->tuc_sigmask); in do_sigframe_return()
471 set_sigmask(&host_set); in do_sigframe_return()
/openbmc/qemu/linux-user/sparc/
H A Dsignal.c383 sigset_t host_set; in do_sigreturn() local
432 target_to_host_sigset_internal(&host_set, &set); in do_sigreturn()
433 set_sigmask(&host_set); in do_sigreturn()
/openbmc/qemu/linux-user/
H A Dsignal.c1420 sigset_t *host_set = &ts->sigsuspend_mask; in process_sigsuspend_mask() local
1432 target_to_host_sigset(host_set, target_sigset); in process_sigsuspend_mask()
1435 *pset = host_set; in process_sigsuspend_mask()
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c443 final_time = cxl_dstate->timestamp.host_set + delta; in cxl_device_get_timestamp()
H A Dcxl-mailbox-utils.c995 cxl_dstate->timestamp.host_set = le64_to_cpu(*(uint64_t *)payload_in); in cmd_timestamp_set()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h260 uint64_t host_set; member