Searched refs:pagesize (Results 1 – 2 of 2) sorted by relevance
83 syn keyword smclCCLword pagesize contained133 syn keyword smclCCLword pagesize contained
536 long pagesize, pagecount; in mch_total_mem() local539 pagesize = sysconf(_SC_PAGESIZE); in mch_total_mem()541 if (pagesize > 0 && pagecount > 0) in mch_total_mem()544 while (shiftright > 0 && (pagesize & 1) == 0) in mch_total_mem()546 pagesize = (long_u)pagesize >> 1; in mch_total_mem()549 mem = (long_u)pagesize * pagecount; in mch_total_mem()