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

/darwin-on-arm/xnu/osfmk/i386/vmx/
H A Dvmx_cpu.c48 Is the VMX facility available on this CPU?
112 enter them into the vmx_specs_t structure. If VMX is not available or
294 boolean_t available = TRUE; local
300 available = FALSE;
302 VMX_KPRINTF("VMX available: %d\n", available);
303 return available;
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.h244 boolean_t available,
H A Dpmap.c281 block if it needed an entry and none were available - we'd panic. Some time ago I
2357 * Set the available page amount.
4124 * boolean_t available, unsigned int attr)
4128 kern_return_t pmap_add_physical_memory(__unused vm_offset_t spa, __unused vm_offset_t epa, __unused boolean_t available, __unused unsigned int attr) argument

Completed in 79 milliseconds