Home
last modified time | relevance | path

Searched refs:ARM64_SOC_NAME (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/pexpert/pexpert/arm64/
H A Dplatform.h55 #define SUB_PLATFORM_HEADER(x) <COMBINE5(platform/,x,_,ARM64_SOC_NAME,.h)>
56 #define SUB_PLATFORM_SOC_HEADER(x) <COMBINE5(platform/soc/,x,_,ARM64_SOC_NAME,.h)>
59 #define SUB_PLATFORM_TARGET_HEADER(x) <COMBINE5(target/,x,_,ARM64_SOC_NAME,.h)>
60 #define SUB_PLATFORM_TUNABLE_HEADER(r, x) <COMBINE7(platform/soc/tunables/,ARM64_SOC_NAME,/,r…
63 #ifndef ARM64_SOC_NAME
67 #define ARM64_SOC_NAME CURRENT_MACHINE_CONFIG_LC macro
71 #define PLATFORM_SPDS_CHIP_REV_LC ARM64_SOC_NAME/SPDS_CHIP_REV_LC
/xnu-12377.1.9/osfmk/kern/
H A Dtrap_telemetry.c759 strlcpy(event->kernel_platform, tostr(ARM64_SOC_NAME), KERNEL_PLATFORM_STR_LEN); in rsb_entry_submit()
807 strlcpy(event->kernel_platform, tostr(ARM64_SOC_NAME), KERNEL_PLATFORM_STR_LEN); in rsb_entry_submit()