Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c741 static inline u64 __init sgx_calc_section_metric(u64 low, u64 high) in sgx_calc_section_metric() function
812 pa = sgx_calc_section_metric(eax, ebx); in sgx_page_cache_init()
813 size = sgx_calc_section_metric(ecx, edx); in sgx_page_cache_init()
/linux/tools/testing/selftests/sgx/
H A Dmain.c315 static unsigned long sgx_calc_section_metric(unsigned int low, in sgx_calc_section_metric() function
344 total_size += sgx_calc_section_metric(ecx, edx); in get_total_epc_mem()