Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/doc/arm/
H A Dsme.md47 register files. However the `Z` register file effectively extends the length of
49 file will now access the lower 128 bits of the corresponding `Z` register.
52 (SVL), a power-of-two between 128 and 2048 inclusive. Each `Z` register is SVL
73 `V`/`Z` and `P` register files, and to set all `FPSR` flags. When software
154 `Z`, `P`, and `SVCR` values and then clears `PSTATE.SM`. xnu later restores
191 `PSTATE.SM`. Likewise `machine_restore_sme_context()` doesn't manipulate the `Z`
226 More critically, the `Z`, `P`, `ZA`, and `ZT0` register files are also shared
241 still forced to spill `Z` and `P` state to memory anytime the guest traps to EL2
/xnu-11215.1.10/SETUP/config/
H A Dlexer.l66 WORD ([A-Za-z_][-A-Za-z_]*|[A-Z][-A-Za-z_0-9]*)
/xnu-11215.1.10/makedefs/
H A DMakeInc.cmd150 else ifeq ($(shell echo $(PLATFORM) | tr A-Z a-z),watchos)
158 …l echo $(SDK_NAME) | sed -e 's|DriverKit.\([a-zA-Z]*\)$(SDKVERSION)\([.Internal]*\).sdk|\1\2|g' | …
186 … echo $(SDK_NAME) | sed -e 's|ExclaveKit.\([a-zA-Z]*\)$(SDKVERSION)\([.Internal]*\).sdk|\1\2|g' | …
202 …echo $(SDK_NAME) | sed -e 's|ExclaveCore.\([a-zA-Z]*\)$(SDKVERSION)\([.Internal]*\).sdk|\1\2|g' | …
H A DMakeInc.top49 ARCH_CONFIGS := $(shell printf "%s" "$(RC_ARCHS)" | $(TR) a-z A-Z | $(TR) " " "\n" | sort -u | $(TR…
137 ARCH_CONFIGS_EMBEDDED := $(strip $(shell echo $(filter-out X86_64, $(ARCH_CONFIGS)) | $(TR) a-z A-Z
138 ARCH_CONFIGS_DESKTOP := $(strip $(shell echo $(filter X86_64, $(ARCH_CONFIGS)) | $(TR) a-z A-Z))
204 …oreach my_product_config,$(shell printf "%s" "$(PRODUCT_CONFIGS)" | $(TR) A-Z a-z),$(call function…
205 …oreach my_product_config,$(shell printf "%s" "$(PRODUCT_CONFIGS)" | $(TR) A-Z a-z),$(call function…
253 TARGET_CONFIGS_UC := $(strip $(shell printf "%s" "$(TARGET_CONFIGS)" | $(TR) a-z A-Z))
254 …GET_CONFIGS_ALIASES_UC := $(strip $(shell printf "%s" "$(TARGET_CONFIGS_ALIASES)" | $(TR) a-z A-Z))
H A DMakeInc.def42 export CURRENT_ARCH_CONFIG_LC := $(shell printf "%s" "$(CURRENT_ARCH_CONFIG)" | $(TR) A-Z a-z)
46 export CURRENT_KERNEL_CONFIG_LC := $(shell printf "%s" "$(CURRENT_KERNEL_CONFIG)" | $(TR) A-Z a-z)
50 …export CURRENT_MACHINE_CONFIG_LC := $(shell printf "%s" "$(CURRENT_MACHINE_CONFIG)" | $(TR) A-Z a-…
284 export ARCH_STRING_FOR_CURRENT_MACHINE_CONFIG := $(shell echo $(CURRENT_ARCH_CONFIG) | tr A-Z a-z)
301 export ARCH_STRING_FOR_CURRENT_MACHINE_CONFIG := $(shell echo $(CURRENT_ARCH_CONFIG) | tr A-Z a-z)
1309 CURRENT_ALIAS_MACHINE_CONFIG_LC = $(shell printf "%s" "$(CURRENT_ALIAS_MACHINE_CONFIG)" | $(TR) A-Z
H A DMakeInc.kernel143 $(_v)$(CTFMERGE) -l xnu -o $@ -Z [email protected] [email protected]
161 $(_v)$(CTFMERGE) -l xnu -o $@ -Z [email protected] $(TARGET)/$(KERNEL_FILE_NAME).ctf
/xnu-11215.1.10/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h23419 #define __swift_compiler_version_at_least_impl(X, Y, Z, a, b, ...) \ argument
23420 …__SWIFT_COMPILER_VERSION >= ((X * UINT64_C(1000) * 1000 * 1000) + (Z * 1000 * 1000) + (a * 1000) +…