Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Doptee.c86 if (prio(pending_intr) > prio(TEE_FIXED_NONSECURE_VECTOR)) { in tee_switch_to_ree()
98 } else if (prio(pending_intr) == prio(TEE_FIXED_NONSECURE_VECTOR)) { in tee_switch_to_ree()
A Dvlapic.c787 if (prio(tpr) >= prio(isrv)) { in vlapic_update_ppr()
1242 if (prio(vec) > prio(lapic->ppr.v)) { in vlapic_find_deliverable_intr()
/hypervisor/common/
A Dhv_main.c107 idle_params.prio = PRIO_IDLE; in run_idle_thread()
A Dsched_prio.c35 data->priority = params->prio; in sched_prio_init_data()
/hypervisor/include/common/
A Dschedule.h44 uint32_t prio; /* The priority of a thread */ member
/hypervisor/include/arch/x86/asm/guest/
A Dvlapic.h146 static inline uint32_t prio(uint32_t x) in prio() function

Completed in 13 milliseconds