Home
last modified time | relevance | path

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

/hypervisor/include/lib/
A Dutil.h23 #define max(x, y) (((x) < (y)) ? (y) : (x)) macro
26 #define clamp(v, l, h) (max(min((v), (h)), (l)))
/hypervisor/arch/x86/
A Drtcm.c78 ssram_top_hpa = max(ssram_top_hpa, ssram->base + ssram->size); in parse_rtct()
93 ssram_top_hpa = max(ssram_top_hpa, ssram_v2->base + ssram_v2->size); in parse_rtct()
A Dmmu.c274 low32_max_ram = max(end, low32_max_ram); in init_paging()
277 high64_max_ram = max(end, high64_max_ram); in init_paging()
/hypervisor/arch/x86/guest/
A Dept.c403 flush_cache_range(hpa2hva(max(base_hpa, sw_sram_top)), end_hpa - max(base_hpa, sw_sram_top)); in ept_flush_leaf_page()
A Dvm.c504 service_vm_high64_max_ram = max((entry->baseaddr + entry->length), service_vm_high64_max_ram); in prepare_service_vm_memmap()
/hypervisor/common/
A Dtimer.c108 timer->period_in_cycle = max(timer->period_in_cycle, us_to_ticks(MIN_TIMER_PERIOD_US)); in add_timer()
/hypervisor/
A DMakefile107 LDFLAGS += -Wl,-n,-z,max-page-size=0x1000
/hypervisor/lib/crypto/mbedtls/
A DChangeLog2223 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
2350 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
2850 generated) and in ssl_parse_client_hello (max. client

Completed in 15 milliseconds