Home
last modified time | relevance | path

Searched refs:ghcb_page (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/coco/sev/
H A Dnoinstr.c124 ghcb = &data->ghcb_page; in __sev_get_ghcb()
167 ghcb = &data->ghcb_page; in __sev_put_ghcb()
H A Dcore.c846 ghcb = (unsigned long)&data->ghcb_page; in unshare_all_memory()
987 ghcb = &data->ghcb_page; in snp_kexec_finish()
1226 address = __pa(&data->ghcb_page); in sev_es_efi_map_ghcbs_cas()
1351 ghcb = &data->ghcb_page; in snp_register_per_cpu_ghcb()
1486 err = early_set_memory_decrypted((unsigned long)&data->ghcb_page, in init_ghcb()
1487 sizeof(data->ghcb_page)); in init_ghcb()
1491 memset(&data->ghcb_page, 0, sizeof(data->ghcb_page)); in init_ghcb()
1501 BUILD_BUG_ON(offsetof(struct sev_es_runtime_data, ghcb_page) % PAGE_SIZE); in sev_es_init_vc_handling()
/linux/arch/x86/include/asm/
H A Dsev-internal.h10 struct ghcb ghcb_page; member
/linux/drivers/hv/
H A Dmshv_root_main.c1010 struct page *intercept_msg_page, *register_page, *ghcb_page; in mshv_partition_ioctl_create_vp() local
1046 input_vtl_normal, &ghcb_page); in mshv_partition_ioctl_create_vp()
1082 vp->vp_ghcb_page = page_to_virt(ghcb_page); in mshv_partition_ioctl_create_vp()
1112 HV_VP_STATE_PAGE_GHCB, ghcb_page, in mshv_partition_ioctl_create_vp()