Searched refs:pte (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Drlwinsize.h52 # include <sys/pte.h>
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpmap_x86_common.c313 pt_entry_t pte; local
334 if ((PT_ENTRY_NULL != ptp) && (((pte = *ptp) & INTEL_PTE_VALID) != 0)) {
335 ppn = (ppnum_t) i386_btop(pte_to_pa(pte));
412 * that the related pte cannot be reclaimed.
445 pt_entry_t *pte; local
506 * Expand pmap to include this pte. Assume that
511 while ((pte = pmap64_pde(pmap, vaddr)) == PD_ENTRY_NULL) {
520 while ((pte = pmap_pte(pmap, vaddr)) == PT_ENTRY_NULL) {
537 if (superpage && *pte && !(*pte
1283 pt_entry_t *pte; local
1502 pt_entry_t *pte; local
1667 pt_entry_t *pte; local
1749 pt_entry_t *pte; local
1792 pt_entry_t *pte; local
[all...]
H A Dpmap_internal.h62 #define iswired(pte) ((pte) & INTEL_PTE_WIRED)
156 for (every page/pte in the space) {
157 calc pve_ptr from the ppn in the pte
612 pt_entry_t pte; member in struct:__anon15315
633 pmap_pagetable_corruption_records[pmap_pagetable_corruption_log_index].pte = *ptep;
749 pt_entry_t *pte)
764 pmap_pagetable_corruption_action_t pac = pmap_classify_pagetable_corruption(pmap, vaddr, ppnp, pte, ROOT_ABSENT);
768 panic("Possible memory corruption: pmap_pv_remove(%p,0x%llx,0x%x, 0x%llx, %p, %p): null pv_list!", pmap, vaddr, ppn, *pte, ppnp, pte);
746 pmap_pv_remove(pmap_t pmap, vm_map_offset_t vaddr, ppnum_t *ppnp, pt_entry_t *pte) argument
[all...]
H A Dmp_desc.c395 pt_entry_t *pte = NULL; local
401 pte = pmap_pte(kernel_pmap, alias);
402 pmap_store_pte(pte, kvtophys(gdt) | INTEL_PTE_REF
832 * pte pointer we're interested in actually
/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DPathProfiling.c70 PathProfileTableEntry pte; local
71 pte.pathNumber = arrayIterator;
72 pte.pathCounter = pc;
84 if (write(outFile, &pte, sizeof(PathProfileTableEntry)) < 0) {
135 PathProfileTableEntry pte; local
136 pte.pathNumber = hashEntry->pathNumber;
137 pte.pathCounter = hashEntry->pathCount;
139 if (write(outFile, &pte, sizeof(PathProfileTableEntry)) < 0) {
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dpmap.py416 pte = pte_base_val[pte_index]
439 if pte & 0x2:
440 paddr = (unsigned(pte) & 0xFFFFF000) | (vaddr & 0xFFF)
443 out_string += " {0: <#020x}\n\t{1: <#020x}\n\t".format(addressof(pte), unsigned(pte))
444 if (pte & 0x3) == 0x0:
447 if (pte & 0x3) == 0x1:
450 if pte & 0x8000 == 0x8000:
457 if (pte & 0x1) == 0x01:
462 b_bit = (pte
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp446 FWSBP2PTE pte; local
454 IOLog( "IOFireWireSBP2ORB<0x%08lx>::prepareFastStartPacket - fast start packet not full, yet pte doesn't fit\n", this );
458 fPageTableDescriptor->readBytes( pageTableOffset, &pte, sizeof(FWSBP2PTE) );
459 descriptor->writeBytes( offset, &pte, sizeof(FWSBP2PTE) );
1296 UInt32 pte = 0; local
1344 pte = 0;
1415 pte++;
1417 if( pte <= ptes_allocated )
1425 fPageTableDescriptor->writeBytes( (pte-1) * sizeof(FWSBP2PTE), &entry, sizeof(FWSBP2PTE) );
1427 // IOLog( "IOFireWireSBP2ORB<%p> : PTE = %d, size = %d\n", this, pte
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1005 pde |= pte_phys; /* take page frame from pte */
1014 * Free the now-unused level-1 pte.
1015 * Note: ptep is a virtual address to the pte in the
1022 DBG("ml_static_mfree(%p,0x%x) for pte\n",
1106 pt_entry_t *pte = NULL; local
1107 if (0 == (pte = pmap_pte(kernel_pmap, LOWGLOBAL_ALIAS)))
1108 panic("lowmem pte");
1111 pmap_store_pte(pte, kvtophys((vm_offset_t)&lowGlo)
1265 /* allocate the vm_objs to hold the pdpt, pde and pte pages */
1277 panic("pmap_create pte ob
1820 pt_entry_t *pte; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexconvex.c188 #include <machine/pte.h>
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-engine.el6054 (let ((pte (point))
6063 (c-forward-label nil pte start))))))))))
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dconfigure10305 for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h \

Completed in 192 milliseconds