Home
last modified time | relevance | path

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

/external/coreboot/src/cpu/x86/smm/
Dsmm_module_loader.c513 uintptr_t stub_segment_base; in smm_load_module() local
523 stub_segment_base = pt_base - SMM_CODE_SEGMENT_SIZE; in smm_load_module()
525 stub_segment_base = handler_base - SMM_CODE_SEGMENT_SIZE; in smm_load_module()
528 if (!smm_create_map(stub_segment_base, params->num_concurrent_save_states, params)) { in smm_load_module()
558 return smm_module_setup_stub(stub_segment_base, smram_size, params); in smm_load_module()