Lines Matching defs:cnt
26 unsigned int cnt;
40 if (___ctx->cnt) { \
41 ___ctx->cnt++; \
51 * Make sure the sysreg write is performed before ___ctx->cnt \
52 * is set to 1. NMIs that see cnt == 1 will rely on us. \
55 ___ctx->cnt = 1; \
57 * Make sure ___ctx->cnt is set before we save ___hcr. We \
76 * ___ctx->cnt as it makes ___ctx->hcr updatable again. \
79 ___ctx->cnt--; \
81 * Make sure ___ctx->cnt release is visible before we \
87 if (!___ctx->cnt && !(___hcr & HCR_TGE)) \