Home
last modified time | relevance | path

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

/freebsd-head/sys/amd64/vmm/io/
HDvlapic_priv.h129 #define ISRVEC_STK_SIZE (16 + 1) macro
166 uint8_t isrvec_stk[ISRVEC_STK_SIZE];
HDvlapic.c1291 if (stk_top >= ISRVEC_STK_SIZE) in vlapic_intr_accepted()