| /xnu-11215/osfmk/i386/ |
| H A D | i386_vm_init.c | 633 pmptr->attribute = mptr->Attribute; in i386_vm_init() 646 pmptr->attribute = mptr->Attribute; in i386_vm_init() 656 pmptr->attribute = mptr->Attribute; in i386_vm_init() 669 pmptr->attribute = mptr->Attribute; in i386_vm_init() 682 …coalescing_permitted = (prev_pmptr && (pmptr->attribute == prev_pmptr->attribute) && ((pmptr->attr… in i386_vm_init() 885 … attribute: 0x%llx\n", reserved_index, region->base, region->end, region->type, region->attribute); in pmap_next_page_reserved()
|
| H A D | pmap.h | 638 uint64_t attribute; member
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 109 To get an attribute you must set the corresponding bit in the appropriate 123 parameters specify a buffer into which the function places attribute values. 149 have been placed into the attribute buffer. 209 attribute to parse the resulting attribute buffer. 234 to get the volume capabilities attribute 269 ATTR_CMN_FLAGS attribute entry. 304 You requested an invalid attribute.
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 158 * DRIVERKIT_RETURNS_NOT_RETAINED attribute applied to a function. 182 * DRIVERKIT_CONSUMED attribute can be applied to parameters. 193 * DRIVERKIT_CONSUMES_THIS attribute can be applied to C++ methods. 204 * DRIVERKIT_RETURNS_RETAINED_ON_ZERO is an attribute applicable to out 216 * DRIVERKIT_RETURNS_RETAINED_ON_NON_ZERO is an attribute applicable to out
|
| H A D | OSAction.iig | 49 …* a TYPE attribute. The generated methods are named CreateAction{name of method with type attribut… 68 …* a TYPE attribute, so there should not be any need to directly call OSAction::Create…
|
| H A D | IOService.iig | 158 …* with the QUEUENAME() attribute to indicate the method must be invoked on that queue…
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_sanitize_error_compat.c | 37 #pragma clang attribute push (__attribute__((no_sanitize("undefined", \ 648 #pragma clang attribute pop
|
| H A D | pmap.h | 352 vm_machine_attribute_t attribute, 475 vm_machine_attribute_t attribute,
|
| H A D | vm32_user.c | 203 vm_machine_attribute_t attribute, in vm32_vm_machine_attribute() argument 218 return mach_vm_machine_attribute(map, addr, size, attribute, value); in vm32_vm_machine_attribute()
|
| H A D | vm_sanitize.c | 46 #pragma clang attribute push (__attribute__((no_sanitize("signed-integer-overflow", \ 52 #pragma clang attribute push (__attribute__((no_sanitize("undefined", \ 1558 #pragma clang attribute pop 1562 #pragma clang attribute pop
|
| H A D | vm_user.c | 342 vm_machine_attribute_t attribute, in mach_vm_machine_attribute() argument 356 attribute, in mach_vm_machine_attribute() 371 vm_machine_attribute_t attribute, in vm_machine_attribute() argument 374 return mach_vm_machine_attribute(map, addr_u, size_u, attribute, value); in vm_machine_attribute()
|
| H A D | vm_map_internal.h | 589 vm_machine_attribute_t attribute,
|
| H A D | vm_map.c | 16192 vm_machine_attribute_t attribute, in vm_map_machine_attribute() argument 16216 if (attribute != MATTR_CACHE) { in vm_map_machine_attribute() 16220 attribute, value); in vm_map_machine_attribute() 16248 attribute, value); in vm_map_machine_attribute() 16277 attribute, value); in vm_map_machine_attribute()
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_map.defs | 154 * Set the current or maximum protection attribute 176 * Set the inheritance attribute for the specified range 261 * Set the paging behavior attribute for the specified range 326 attribute : vm_machine_attribute_t;
|
| H A D | mach_vm.defs | 157 * Set the current or maximum protection attribute 193 * Set the inheritance attribute for the specified range 306 * Set the paging behavior attribute for the specified range 383 attribute : vm_machine_attribute_t;
|
| H A D | mach_voucher.defs | 59 /* execute a command against a given voucher attribute */
|
| H A D | vm32_map.defs | 178 attribute : vm_machine_attribute_t;
|
| H A D | mach_types.defs | 688 /* IPC voucher attribute control internal object */
|
| /xnu-11215/doc/observability/ |
| H A D | cpu_counters.md | 34 - The Recount subsystem makes extensive use of the fixed CPMU counters to attribute CPU resources b…
|
| H A D | recount.md | 94 …ecure` and `recount_leave_secure` update the current thread's level and attribute metrics back to …
|
| /xnu-11215/osfmk/conf/ |
| H A D | Makefile.template | 101 nonnull-attribute, nullability-arg, nullability-assign, nullability-return, \ 102 object-size, pointer-overflow, returns-nonnull-attribute, shift, \
|
| /xnu-11215/osfmk/console/ |
| H A D | video_console.c | 454 unsigned char attribute = gc_buffer_attributes[index]; in gc_hide_cursor() local 462 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_hide_cursor() 1204 unsigned char attribute = gc_buffer_attributes[index]; in gc_show_cursor() local 1212 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_show_cursor()
|
| /xnu-11215/config/ |
| H A D | MASTER | 28 # the attribute selector list, found in a comment at the end of
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | pmap.c | 1132 if (pmap_memory_regions[i].attribute & EFI_MEMORY_KERN_RESERVED) { in pmap_lowmem_finalize()
|
| /xnu-11215/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 6440 __unused vm_machine_attribute_t attribute, argument
|