Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c65 #define PPB_MEM_ALIGNMENT 0x100000 /* 1M aligned */ macro
1010 mem_size = (subbus - secbus + 1) * PPB_MEM_ALIGNMENT; in fix_ppb_res()
1013 mem_size = P2ROUNDUP(mem_size, PPB_MEM_ALIGNMENT); in fix_ppb_res()
1202 PPB_MEM_ALIGNMENT); in fix_ppb_res()
1214 mem_limit = P2ROUNDUP(mem_limit, PPB_MEM_ALIGNMENT) - 1; in fix_ppb_res()