Home
last modified time | relevance | path

Searched defs:smm_runtime (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/cpu/x86/
H A Dsmm.h83 struct smm_runtime { struct
84 u32 smbase;
85 u32 smm_size;
86 u32 save_state_size;
87 u32 num_cpus;
88 u32 gnvs_ptr;
89 u32 cbmemc_size;
90 void *cbmemc;
92 struct smm_pci_resource_info pci_resources[CONFIG_SMM_PCI_RESOURCE_STORE_NUM_SLOTS];
94 uintptr_t save_state_top[CONFIG_MAX_CPUS];
[all …]
/aosp_15_r20/external/coreboot/src/cpu/x86/smm/
H A Dpci_resource_store.c67 void smm_pci_resource_store_init(struct smm_runtime *smm_runtime) in smm_pci_resource_store_init()
H A Dsmm_module_handler.c27 __attribute((aligned(4), __section__(".module_parameters"))) struct smm_runtime smm_runtime; variable