Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Dmain.c739 static inline u64 __init sgx_calc_section_metric(u64 low, u64 high) in sgx_calc_section_metric() function
810 pa = sgx_calc_section_metric(eax, ebx); in sgx_page_cache_init()
811 size = sgx_calc_section_metric(ecx, edx); in sgx_page_cache_init()
/linux-6.6.21/tools/testing/selftests/sgx/
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()