Home
last modified time | relevance | path

Searched refs:MAXPAGESIZES (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h114 #define MAXPAGESIZES 2 /* maximum number of supported page sizes */ macro
/f-stack/freebsd/arm64/include/
H A Dparam.h102 #define MAXPAGESIZES 3 /* maximum number of supported page sizes */ macro
/f-stack/freebsd/i386/include/
H A Dparam.h107 #define MAXPAGESIZES 2 /* maximum number of supported page sizes */ macro
/f-stack/freebsd/mips/include/
H A Dparam.h167 #define MAXPAGESIZES 1 /* max supported pagesizes */ macro
/f-stack/freebsd/amd64/include/
H A Dparam.h126 #define MAXPAGESIZES 3 /* maximum number of supported page sizes */ macro
/f-stack/freebsd/kern/
H A Dkern_mib.c249 u_long pagesizes[MAXPAGESIZES] = { PAGE_SIZE };
258 uint32_t pagesizes32[MAXPAGESIZES]; in sysctl_hw_pagesizes()
266 for (i = 0; i < MAXPAGESIZES; i++) in sysctl_hw_pagesizes()
H A Duipc_shm.c260 static u_long count_largepages[MAXPAGESIZES];
506 if (conf->psind <= 0 || conf->psind >= MAXPAGESIZES || in shm_ioctl()
946 for (i = 1; i < MAXPAGESIZES; i++) { in shm_init()
H A Dkern_exec.c1572 szps = sizeof(pagesizes[0]) * MAXPAGESIZES; in exec_copyout_strings()
H A Dimgact_elf.c1290 MAXPAGESIZES > 1 ? pagesizes[1] : pagesizes[0]); in __CONCAT()
/f-stack/freebsd/vm/
H A Dvm_mmap.c115 _Static_assert(MAXPAGESIZES <= 4, "MINCORE_SUPER too narrow");
H A Dvm_fault.c1665 if (MAXPAGESIZES > 1 && size < pagesizes[1]) in vm_fault_dontneed()
H A Dvm_map.c1727 if (bidx >= MAXPAGESIZES) in vm_map_insert()
2205 pidx = MAXPAGESIZES > 1 && pagesizes[1] != 0 && in vm_map_find()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c1092 KASSERT(MAXPAGESIZES > 1 && pagesizes[1] == 0, in pmap_init()
1095 KASSERT(MAXPAGESIZES > 2 && pagesizes[2] == 0, in pmap_init()
3609 KASSERT(psind > 0 && psind < MAXPAGESIZES, in pmap_enter_largepage()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c2389 KASSERT(MAXPAGESIZES > 1 && pagesizes[1] == 0, in pmap_init()
2393 KASSERT(MAXPAGESIZES > 2 && pagesizes[2] == 0, in pmap_init()
6623 KASSERT(psind > 0 && psind < MAXPAGESIZES && pagesizes[psind] != 0, in pmap_enter_largepage()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c1764 KASSERT(MAXPAGESIZES > 1 && pagesizes[1] == 0, in pmap_init()
/f-stack/freebsd/i386/i386/
H A Dpmap.c1036 KASSERT(MAXPAGESIZES > 1 && pagesizes[1] == 0, in __CONCAT()