Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c213 #define PPB_MEM_ALIGNMENT 0x100000 /* 1M aligned */ macro
1266 if (avail >= buscount * PPB_MEM_ALIGNMENT * i) { in fix_ppb_res()
1267 mem.size = buscount * PPB_MEM_ALIGNMENT * i; in fix_ppb_res()
1287 buscount * PPB_MEM_ALIGNMENT * 32); in fix_ppb_res()
1293 if (lookup_parbus_res(parbus, 1ULL << 32, PPB_MEM_ALIGNMENT, in fix_ppb_res()
1296 buscount * PPB_MEM_ALIGNMENT * 512); in fix_ppb_res()
1309 mem.size = P2ROUNDUP(mem.size, PPB_MEM_ALIGNMENT); in fix_ppb_res()
1310 pmem.size = P2ROUNDUP(pmem.size, PPB_MEM_ALIGNMENT); in fix_ppb_res()
1509 mem.base = P2ALIGN(mem.base, PPB_MEM_ALIGNMENT); in fix_ppb_res()
1510 mem.limit = P2ROUNDUP(mem.limit, PPB_MEM_ALIGNMENT) - 1; in fix_ppb_res()
[all …]