Searched refs:available (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/vmx/
H A Dvmx_cpu.c49 Is the VMX facility available on this CPU?
113 enter them into the vmx_specs_t structure. If VMX is not available or
281 boolean_t available = TRUE; local
287 available = FALSE;
289 VMX_KPRINTF("VMX available: %d\n", available);
290 return available;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c67 static char *next; // next available byte in comm page
288 int available; local
291 available = pfp->Available;
293 // If AltiVec is disabled make sure it is not reported as available.
294 if ((available & pfAltivec) == 0) {
600 next = NULL; // initialize next available byte in the commpage
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.c624 unsigned long available, ccr; local
630 available = proc_info->pf.Available;
632 if ((cache_level == 2) && (available & pfL2)) {
645 if ((cache_level == 3) && (available & pfL3)) {
H A Dpmap.h296 boolean_t available,
H A Dstart.s137 lwz r17,pfAvailable(r30) ; Get the available bits
261 stw r17,pfAvailable(r30) ; Set the available features
H A Dpmap.c203 * boolean_t available, unsigned int attr)
211 __unused boolean_t available,
343 * first_avail: First virtual address available
543 *first_avail = round_page(first_used_addr + size); /* Set next available page */
564 for(bank = 0; (unsigned)bank < pmap_mem_regions_count; bank++) { /* Total up all of the pages in the system that are available */
208 pmap_add_physical_memory( __unused vm_offset_t spa, __unused vm_offset_t epa, __unused boolean_t available, __unused unsigned int attr) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h230 # error Assembler code is only available for x86 and AMD64 systems
238 # error Assembler code is only available for x86 and AMD64 systems
398 /* VIA ACE support is only available for VC++ and GCC */
570 give improved performance if a fast 32-bit multiply is not available. Note
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_cpu_ppc.c125 uint32_t available; local
143 available = per_proc->pf.Available;
151 if(available & pfL2) {
174 if(available & pfL3) {

Completed in 172 milliseconds