Searched refs:x2 (Results 1 - 25 of 123) sorted by relevance

12345

/darwin-on-arm/xnu/osfmk/arm64/
H A Datomics.s48 ldr w3, [x2]
57 str w1, [x2]
68 mov x2, x0
70 ldr x0, [x2]
72 str x0, [x2]
75 mov x2, x0
77 ldr x0, [x2]
79 str x0, [x2]
82 mov x2, x0
86 str x0, [x2]
[all...]
H A Dmachine_routines_asm.s92 mrs x2, daif
93 tst x2, #0x80
101 ands x2, x4, #4
106 orr x2, x2, #(1 << 6)
107 msr daif, x2
H A Dlocks_arm64.s103 movz x2, #0xC0
104 bic x3, x1, x2
242 movz w3, #0x2
263 mov x2, x1
296 mov x2, x1
319 movz x2, #0xC0
320 bic x3, x1, x2
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_port.h74 #define DEVICE_PAGER_COHERENT 0x2
/darwin-on-arm/xnu/osfmk/mach/
H A Dsync_policy.h42 #define SYNC_POLICY_REVERSED 0x2
H A Dshared_memory_server.h85 #define NEW_LOCAL_SHARED_REGIONS 0x2
90 #define SYSTEM_REGION_BACKED 0x2
H A Derror.h98 #define err_server err_system(0x2) /* user space servers */
H A Dthread_info.h144 #define TH_FLAGS_IDLE 0x2 /* thread is an idle thread */
H A Dvm_purgable.h65 #define VM_PURGABLE_DEBUG_FAULT (0x2 << VM_PURGABLE_DEBUG_SHIFT)
H A Dmemory_object_types.h246 #define MEMORY_OBJECT_DATA_NO_CHANGE 0x2
361 #define MEMORY_OBJECT_RESPECT_CACHE 0x2
479 #define UPL_ABORT_UNAVAILABLE 0x2
504 #define UPL_NOCOMMIT 0x2
560 #define UPL_COMMIT_CLEAR_DIRTY 0x2
575 #define UPL_PHYS_CONTIG 0x2
583 #define UPL_POP_PAGEOUT 0x2
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpuid.h45 kProcessorFeatureThumb = 0x2,
/darwin-on-arm/xnu/bsd/sys/
H A Daio.h138 #define AIO_CANCELED 0x2
153 #define LIO_WRITE 0x2 /* option requesting a write */
172 #define LIO_WAIT 0x2
H A Dkern_control.h176 #define CTL_FLAG_REG_ID_UNIT 0x2
200 #define CTL_DATA_EOR 0x2
H A Dvnioctl.h136 #define VN_FOLLOW 0x2 /* Debug flow in vn driver */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h68 #define HFSFSMNT_WRAPPER 0x2 /* mount HFS wrapper (if it exists) */
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.h92 kKernel64_p = 0x2,
103 STACKSHOT_SAVE_LOADINFO = 0x2,
130 #define KDB_CUR_DB 0x2
175 #define DB_PRT 0x2
/darwin-on-arm/xnu/bsd/netat/
H A Dat_aarp.h81 #define AARP_RESP_CMD 0x2 /* address match response */
99 #define PROBE_TENTATIVE 0x2 /* probing */
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks.h161 #define LCK_MTX_ATTR_STAT 0x2
216 #define LCK_RW_ATTR_STAT 0x2
H A Dtrap.h109 #define T_PF_WRITE 0x2 /* write access */
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h133 #define N_ABS 0x2 /* absolute, n_sect == NO_SECT */
/darwin-on-arm/xnu/bsd/i386/
H A Ddis_tables.h105 #define DIS_F_NOIMMSYM 0x2 /* Don't print symbols for immediates (.o) */
H A Dfasttrap_isa.h94 #define FASTTRAP_RIP_2 0x2
/darwin-on-arm/xnu/bsd/netinet/
H A Dif_ether.h136 #define SIN_ROUTER 0x2
H A Dkpi_ipfilter.h55 #define IPPOF_BOUND_IF 0x2
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld_types.h146 kKxldLogWarn = 0x2,

Completed in 122 milliseconds

12345