Searched refs:AIRQ_IV_GUESTVEC (Results 1 – 2 of 2) sorted by relevance
149 } else if (flags & AIRQ_IV_GUESTVEC) { in airq_iv_create()190 else if (!(iv->flags & AIRQ_IV_GUESTVEC)) in airq_iv_create()209 else if (!(iv->flags & AIRQ_IV_GUESTVEC)) in airq_iv_release()
49 #define AIRQ_IV_GUESTVEC 32 /* Vector is a pinned guest page */ macro