Home
last modified time | relevance | path

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

/trueos/sys/amd64/vmm/io/
HDvlapic_priv.h135 #define ISRVEC_STK_SIZE (16 + 1) macro
171 uint8_t isrvec_stk[ISRVEC_STK_SIZE];
HDvlapic.c1148 if (stk_top >= ISRVEC_STK_SIZE) in vlapic_intr_accepted()