Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/amd/amd/
Dmap.c128 if (!exported_ap_realloc_map(exported_ap_size + NEXP_AP)) in exported_ap_alloc()
152 if (last_used_map < exported_ap_size - (NEXP_AP + NEXP_AP_MARGIN)) in exported_ap_alloc()
153 exported_ap_realloc_map(exported_ap_size - NEXP_AP); in exported_ap_alloc()
/openbsd/src/usr.sbin/amd/include/
Dam.h153 #define NEXP_AP (254) macro