Searched refs:x1 (Results 1 - 25 of 158) sorted by relevance

1234567

/darwin-on-arm/xnu/osfmk/arm64/
H A Dcpu_number.s33 mrs x1, mpidr_el1
34 ands x0, x1, #0xFF
H A Datomics.s71 sub x0, x0, x1
78 add x0, x0, x1
85 orr x0, x0, x1
92 and x0, x0, x1
H A Dmachine_routines_asm.s37 mrs x1, tpidr_el1
38 ldr w0, [x1, MACHINE_THREAD_PREEMPT_COUNT]
70 bic x0, x0, x1, lsr #7
111 movz x1, #1
H A Dlocks_arm64.s77 mov x1, x0
78 ldr w2, [x1]
100 mrs x1, daif
104 bic x3, x1, x2
136 msr daif, x1
263 mov x2, x1
264 mov x1, x0
296 mov x2, x1
297 mov x1, x0
320 bic x3, x1, x
[all...]
/darwin-on-arm/xnu/osfmk/i386/vmx/
H A Dvmx_asm.h48 #define VMX_VCR_ACT_HLT_MASK 0x1
50 #define VMX_VCR_ACT_SHUTDOWN_MASK 0x1
52 #define VMX_VCR_ACT_SIPI_MASK 0x1
54 #define VMX_VCR_ACT_CSTATE_MASK 0x1
/darwin-on-arm/xnu/bsd/sys/
H A Dmach_swapon.h41 #define MS_PREFER 0x1 /* This device/file is preferred */
H A Daio.h135 #define AIO_ALLDONE 0x1
152 #define LIO_READ 0x1 /* option requesting a read */
165 #define LIO_NOWAIT 0x1
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_port.h73 #define DEVICE_PAGER_GUARDED 0x1
/darwin-on-arm/xnu/osfmk/mach/
H A Dsync_policy.h41 #define SYNC_POLICY_FIXED_PRIORITY 0x1
H A Dshared_memory_server.h84 #define ALTERNATE_LOAD_SITE 0x1
89 #define SF_PREV_LOADED 0x1
H A Derror.h97 #define err_us err_system(0x1) /* user space library */
H A Dthread_info.h143 #define TH_FLAGS_SWAPPED 0x1 /* thread is swapped out */
H A Dvm_purgable.h64 #define VM_PURGABLE_DEBUG_EMPTY (0x1 << VM_PURGABLE_DEBUG_SHIFT)
/darwin-on-arm/xnu/osfmk/i386/
H A Dhw_defs.h36 #define pmMwaitBrInt 0x1
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_semihost.s84 ldr x1, _semihost_buffer_ptr
85 str w0, [x1]
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpuid.h44 kProcessorFeatureARM_ISA = 0x1,
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8930x.h89 #define UART_UFSTAT_TXFIFO_FULL (0x1 << 9)
90 #define UART_UFSTAT_RXFIFO_FULL (0x1 << 8)
92 #define UART_UMSTAT_CTS 0x1
H A Dpe_realview.h65 #define PIC_ENABLE 0x1
84 #define TIMER_ENABLE 0x1
H A Dpe_sun4i.h56 #define UART_LCR_DLAB (0x1 << 7)
59 #define UART_LSR_TEMT (0x1 << 6)
/darwin-on-arm/xnu/bsd/net/
H A Diptap.h36 #define IPTAP_VERSION_1 0x1
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.h55 #define LRO_EJECT_REQ 0x1
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld_types.h125 kKxldAllocateWritable = 0x1, /* kxld may write into the allocated memory */
145 kKxldLogErr = 0x1,
/darwin-on-arm/xnu/bsd/netat/
H A Dat_aarp.h73 #define AARP_ETHER_HW_TYPE 0x1
80 #define AARP_REQ_CMD 0x1 /* address lookup request */
98 #define PROBE_IDLE 0x1 /* There is no node addr */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h67 #define HFSFSMNT_NOXONFILES 0x1 /* disable execute permissions for files */
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.h91 kUser64_p = 0x1,
102 STACKSHOT_GET_DQ = 0x1,
129 #define KDP_CUR_DB 0x1
174 #define DB_HALT 0x1

Completed in 118 milliseconds

1234567