Home
last modified time | relevance | path

Searched refs:cc_blob_address (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c453 * bp->cc_blob_address should only be set by boot/compressed kernel. in sev_enable()
458 bp->cc_blob_address = 0; in sev_enable()
607 bp->cc_blob_address = (u32)(unsigned long)cc_info; in snp_init()
621 unsigned long cc_info_pa = boot_params_ptr->cc_blob_address; in sev_prep_identity_maps()
H A Dmisc.h147 * bp->cc_blob_address should only be set by boot/compressed kernel. in sev_enable()
153 bp->cc_blob_address = 0; in sev_enable()
/openbmc/linux/arch/x86/include/asm/
H A Dbootparam_utils.h77 BOOT_PARAM_PRESERVE(cc_blob_address), in sanitize_boot_params()
/openbmc/linux/Documentation/arch/x86/
H A Dzero-page.rst31 13C/004 ALL cc_blob_address Physical address of Confidential Computing blob
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h202 __u32 cc_blob_address; /* 0x13c */ member
/openbmc/linux/arch/x86/kernel/
H A Dsev.c604 u64 pa_data = boot_params.cc_blob_address; in get_secrets_page()
2055 if (bp->cc_blob_address) { in find_cc_blob()
2056 cc_info = (struct cc_blob_sev_info *)(unsigned long)bp->cc_blob_address; in find_cc_blob()
2093 bp->cc_blob_address = (u32)(unsigned long)cc_info; in snp_init()
H A Dsev-shared.c1008 u32 cc_blob_address; member
1026 return (struct cc_blob_sev_info *)(unsigned long)sd->cc_blob_address; in find_cc_blob_setup_data()