Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215/osfmk/i386/
H A Di386_vm_init.c633 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 Dpmap.h638 uint64_t attribute; member
/xnu-11215/bsd/man/man2/
H A Dgetdirentriesattr.2109 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 DOSObject.iig158 * 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 DOSAction.iig49 …* 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 DIOService.iig158 …* with the QUEUENAME() attribute to indicate the method must be invoked on that queue…
/xnu-11215/osfmk/vm/
H A Dvm_sanitize_error_compat.c37 #pragma clang attribute push (__attribute__((no_sanitize("undefined", \
648 #pragma clang attribute pop
H A Dpmap.h352 vm_machine_attribute_t attribute,
475 vm_machine_attribute_t attribute,
H A Dvm32_user.c203 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 Dvm_sanitize.c46 #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 Dvm_user.c342 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 Dvm_map_internal.h589 vm_machine_attribute_t attribute,
H A Dvm_map.c16192 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 Dvm_map.defs154 * 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 Dmach_vm.defs157 * 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 Dmach_voucher.defs59 /* execute a command against a given voucher attribute */
H A Dvm32_map.defs178 attribute : vm_machine_attribute_t;
H A Dmach_types.defs688 /* IPC voucher attribute control internal object */
/xnu-11215/doc/observability/
H A Dcpu_counters.md34 - The Recount subsystem makes extensive use of the fixed CPMU counters to attribute CPU resources b…
H A Drecount.md94 …ecure` and `recount_leave_secure` update the current thread's level and attribute metrics back to …
/xnu-11215/osfmk/conf/
H A DMakefile.template101 nonnull-attribute, nullability-arg, nullability-assign, nullability-return, \
102 object-size, pointer-overflow, returns-nonnull-attribute, shift, \
/xnu-11215/osfmk/console/
H A Dvideo_console.c454 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 DMASTER28 # the attribute selector list, found in a comment at the end of
/xnu-11215/osfmk/x86_64/
H A Dpmap.c1132 if (pmap_memory_regions[i].attribute & EFI_MEMORY_KERN_RESERVED) { in pmap_lowmem_finalize()
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c6440 __unused vm_machine_attribute_t attribute, argument

12