Home
last modified time | relevance | path

Searched refs:ghcb_active (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/coco/sev/
H A Dnoinstr.c126 if (unlikely(data->ghcb_active)) { in __sev_get_ghcb()
136 data->ghcb_active = false; in __sev_get_ghcb()
153 data->ghcb_active = true; in __sev_get_ghcb()
180 data->ghcb_active = false; in __sev_put_ghcb()
H A Dcore.c1493 data->ghcb_active = false; in init_ghcb()
/linux/arch/x86/include/asm/
H A Dsev-internal.h34 bool ghcb_active; member