Searched refs:hart_suspend_and_wait_ipi (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi.c | 585 static void hart_suspend_and_wait_ipi(unsigned long suspend_type, unsigned long resume_addr, in hart_suspend_and_wait_ipi() function 612 hart_suspend_and_wait_ipi(SBI_EXT_HSM_HART_SUSPEND_RETENTIVE, 0, 0, true, "retentive suspend"); in hart_retentive_suspend() 622 hart_suspend_and_wait_ipi(SBI_EXT_HSM_HART_SUSPEND_NON_RETENTIVE, in hart_non_retentive_suspend() 632 hart_suspend_and_wait_ipi(suspend_type, 0, 0, true, "retentive suspend with MSB set"); in hart_retentive_suspend_with_msb_set() 644 hart_suspend_and_wait_ipi(suspend_type, in hart_non_retentive_suspend_with_msb_set()
|