Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtboot.c186 if (tboot->num_mac_regions >= MAX_TB_MAC_REGIONS) in add_mac_region()
190 mr = &tboot->mac_regions[tboot->num_mac_regions++]; in add_mac_region()
200 tboot->num_mac_regions = 0; in tboot_setup_sleep()
/openbmc/linux/include/linux/
H A Dtboot.h93 u8 num_mac_regions; member