Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c65 #define PPB_MEM_ALIGNMENT 0x100000 /* 1M aligned */ macro
1011 mem_size = (subbus - secbus + 1) * PPB_MEM_ALIGNMENT; in fix_ppb_res()
1014 mem_size = P2ROUNDUP(mem_size, PPB_MEM_ALIGNMENT); in fix_ppb_res()
1203 PPB_MEM_ALIGNMENT); in fix_ppb_res()
1215 mem_limit = P2ROUNDUP(mem_limit, PPB_MEM_ALIGNMENT) - 1; in fix_ppb_res()