Searched refs:PHYSMAP_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c107 #define PHYSMAP_SIZE (2 * (VM_PHYSSEG_MAX - 1)) macro
108 vm_paddr_t physmap[PHYSMAP_SIZE];
622 if (_physmap_idx == PHYSMAP_SIZE) {
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c102 #define PHYSMAP_SIZE (2 * (VM_PHYSSEG_MAX - 1)) macro
103 vm_paddr_t physmap[PHYSMAP_SIZE];
698 if (_physmap_idx == PHYSMAP_SIZE) {
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c219 #define PHYSMAP_SIZE (2 * (VM_PHYSSEG_MAX - 1)) macro
221 vm_paddr_t phys_avail[PHYSMAP_SIZE + 2];
222 vm_paddr_t dump_avail[PHYSMAP_SIZE + 2];
1041 if (physmap_idx == PHYSMAP_SIZE) {
1234 vm_paddr_t pa, physmap[PHYSMAP_SIZE];
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c216 #define PHYSMAP_SIZE (2 * (VM_PHYSSEG_MAX - 1)) macro
218 vm_paddr_t phys_avail[PHYSMAP_SIZE + 2];
219 vm_paddr_t dump_avail[PHYSMAP_SIZE + 2];
1672 if (physmap_idx == PHYSMAP_SIZE) {
1796 vm_paddr_t physmap[PHYSMAP_SIZE];
2058 vm_paddr_t physmap[PHYSMAP_SIZE];

Completed in 295 milliseconds