Searched refs:potential (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_memory_object.c1041 unsigned int potential; local
1051 potential = 0;
1087 actual = ps_vstruct_allocated_pages(entry, pages, potential);
1091 if (actual <= potential)
1104 potential = size / sizeof * pages;
1110 while (actual < potential)
1111 pages[--potential].dpp_offset = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_debug.c608 unsigned int potential, actual;
617 potential = *countp;
620 actual = vm_page_info(info, potential);
621 if (actual <= potential)
635 potential = size/sizeof *info;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlowmem_vectors.s922 ; Since we do not lock the actual trace buffer, there is a potential that
1059 ; Since we do not lock the actual trace buffer, there is a potential that
1476 ; Since we do not lock the actual trace buffer, there is a potential that
1805 ; Since we do not lock the actual trace buffer, there is a potential that
3169 ; address translation off. We also need to have as few potential interruptions as
3437 ; address translation off. We also need to have as few potential interruptions as
H A Dcswtch.s1824 li r5,1 ; Get a potential vrsave to use
H A Dhw_vm.s893 ; A potential speed up is that we stop the invalidate loop once we have walked through
4193 slbie r7 ; Blow away a potential duplicate

Completed in 108 milliseconds