Searched defs:smm_runtime (Results 1 – 3 of 3) sorted by relevance
83 struct smm_runtime { struct84 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 …]
67 void smm_pci_resource_store_init(struct smm_runtime *smm_runtime) in smm_pci_resource_store_init()
27 __attribute((aligned(4), __section__(".module_parameters"))) struct smm_runtime smm_runtime; variable