Searched refs:attribute (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c447 * EFI_MEMORY_KERN_RESERVED attribute
485 pmptr->attribute = mptr->Attribute;
496 pmptr->attribute = mptr->Attribute;
506 pmptr->attribute = mptr->Attribute;
517 pmptr->attribute = mptr->Attribute;
527 coalescing_permitted = (prev_pmptr && (pmptr->attribute == prev_pmptr->attribute) && ((pmptr->attribute & EFI_MEMORY_KERN_RESERVED) == 0));
733 kprintf("Exhausted reserved range index: %u, base: 0x%x end: 0x%x, type: 0x%x, attribute: 0x%llx\n", reserved_index, region->base, region->end, region->type, region->attribute);
[all...]
H A Dpmap.h563 uint64_t attribute; member in struct:pmap_memory_regions
/darwin-on-arm/xnu/osfmk/vm/
H A Dpmap.h274 vm_machine_attribute_t attribute,
324 vm_machine_attribute_t attribute,
H A Dvm32_user.c167 vm_machine_attribute_t attribute,
173 return mach_vm_machine_attribute(map, addr, size, attribute, value);
163 vm32_machine_attribute( vm_map_t map, vm32_address_t addr, vm32_size_t size, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
H A Dvm_map.h783 vm_machine_attribute_t attribute,
H A Dvm_user.c420 vm_machine_attribute_t attribute,
432 attribute,
447 vm_machine_attribute_t attribute,
459 attribute,
1286 * Sets the paging behavior attribute for the specified range
1312 * Sets the paging behavior attribute for the specified range
416 mach_vm_machine_attribute( vm_map_t map, mach_vm_address_t addr, mach_vm_size_t size, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
443 vm_machine_attribute( vm_map_t map, vm_address_t addr, vm_size_t size, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
H A Dvm_map.c348 * a final wrinkle, a posix_spawn attribute flag can be used to negate this opt-in header bit
10313 vm_machine_attribute_t attribute,
10328 if (attribute != MATTR_CACHE) {
10332 attribute, value);
10360 attribute, value);
10389 attribute, value);
12252 * function will have to deal with the invalidate attribute
10309 vm_map_machine_attribute( vm_map_t map, vm_map_offset_t start, vm_map_offset_t end, vm_machine_attribute_t attribute, vm_machine_attribute_val_t* value) argument
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_vm.defs139 * Set the current or maximum protection attribute
175 * Set the inheritance attribute for the specified range
288 * Set the paging behavior attribute for the specified range
369 attribute : vm_machine_attribute_t;
H A Dvm32_map.defs173 attribute : vm_machine_attribute_t;
H A Dvm_map.defs136 * Set the current or maximum protection attribute
158 * Set the inheritance attribute for the specified range
243 * Set the paging behavior attribute for the specified range
308 attribute : vm_machine_attribute_t;
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c489 unsigned char attribute = gc_buffer_attributes[index]; local
497 gc_ops.paint_char(xx, yy, character, attribute, 0, 0);
828 case 'm': /* Set attribute */
1258 unsigned char attribute = gc_buffer_attributes[index]; local
1266 gc_ops.paint_char(xx, yy, character, attribute, 0, 0);
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.cpp1972 // look for attributes of the form attribute = "value" ...
2003 // printf(" attribute '%s' = '%s', nextchar = '%c'\n",
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c755 if (pmap_memory_regions[i].attribute & EFI_MEMORY_KERN_RESERVED)

Completed in 118 milliseconds