Searched refs:atop (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/mach/i386/
H A Dvm_param.h248 #define trunc_i386_to_vm(p) (atop(trunc_page(i386_ptob(p))))
249 #define round_i386_to_vm(p) (atop(round_page(i386_ptob(p))))
/macosx-10.10/IOPCIFamily-239.1.2/
H A Drballoc.c38 #define atop(n) ((n) >> 12) macro
78 vtd_rbaddr_t aligns[20] = { atop(2*1024*1024), atop(2*1024*1024), atop(2*1024*1024), atop(2*1024*1024), atop(2*1024*1024), atop(2*1024*1024), 0 };
H A Dballoc.c309 #define atop(n) ((n) >> 12) macro
320 vtd_baddr_t sizes [256] = { 1, atop(1024*1024), atop(4*1024*1024), 1, 3, 6, 1, 10, 99, 100, 50, 30, 0 };
321 vtd_baddr_t aligns[256] = { 1, atop(1024*1024), atop(2*1024*1024), 1, 4, 8, 1, 0 };
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dvm_param.h103 * While the following block is enabled, the legacy atop and ptoa
109 #define atop(x) ((vm_address_t)(x) >> PAGE_SHIFT) macro
112 #define atop(x) (0UL = 0) macro
/macosx-10.10/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim74 " cursor is atop a *.html file
97 " cursor is atop a *.htm file
H A DnetrwSettings.vim67 put ='+ Press <F1> with cursor atop any line for help'
H A Dgetscript.vim391 " plugin author protection from downloading his/her own scripts atop their latest work
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c793 cur_target_page = atop(cur_target_addr);
806 if (!pmap_valid_page((ppnum_t) atop(cur_phys_addr))) {
810 cur_wimg_bits = pmap_cache_attributes((ppnum_t) atop(cur_phys_addr));
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp419 alignMask, atop(maxPhys), atop(alignMask), 0);
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js516 "decimal-leading-zero", "default", "default-button", "destination-atop",
568 "source-atop", "source-in", "source-out", "source-over", "space", "square",
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js516 "decimal-leading-zero", "default", "default-button", "destination-atop",
568 "source-atop", "source-in", "source-out", "source-over", "space", "square",
/macosx-10.10/xnu-2782.1.97/osfmk/default_pager/
H A Ddefault_pager_internal.h178 #define atop(a) ((a)/vm_page_size)
/macosx-10.10/vim-55/runtime/syntax/
H A Dinitex.vim157 \ '\\\%(above\|atop\%(withdelims\)\=\|mathchardef\|over\|overwithdelims\)\>'
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c321 atop(giant *a, poly x, int deg) function
H A Dschoofs.c313 atop(giant *a, poly x, int deg) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c321 atop(giant *a, poly x, int deg) function
H A Dschoofs.c313 atop(giant *a, poly x, int deg) function
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.c4342 page_field_size = (atop(size) + 7) >> 3;
4348 upl_size += sizeof(struct upl_page_info) * atop(size);
4377 upl->upl_reprio_info = (uint64_t *)kalloc(sizeof(uint64_t) * atop(size));
4378 bzero(upl->upl_reprio_info, (sizeof(uint64_t) * atop(size)));
H A Dvm_object.c5671 size = (unsigned int)atop(object->vo_size);
5720 if ( (int)backing_rcount - (int)(atop(backing_object->vo_size) - size) > (int)rcount) {
H A Dvm_resident.c1991 if (cpm_allocate(PAGE_SIZE, &mem, atop(0xffffffff), 0, FALSE, KMA_LOMEM) != KERN_SUCCESS) {
/macosx-10.10/emacs-93/emacs/src/
H A Dalloc.c1118 struct ablock *atop = &abase->blocks[aligned ? ABLOCKS_SIZE : ABLOCKS_SIZE - 1];
1122 if (*tem >= (struct ablock *) abase && *tem < atop)
1116 struct ablock *atop = &abase->blocks[aligned ? ABLOCKS_SIZE : ABLOCKS_SIZE - 1]; local

Completed in 262 milliseconds