Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Darm_init.c157 #define BOOTARGS_SECTION_ATTR __attribute__((section("__DATA, __const"))) macro
160 #define BOOTARGS_SECTION_ATTR macro
163 boot_args const_boot_args BOOTARGS_SECTION_ATTR; variable
164 boot_args *BootArgs BOOTARGS_SECTION_ATTR; variable
/xnu-12377.1.9/osfmk/arm64/sptm/
H A Darm_init_sptm.c161 #define BOOTARGS_SECTION_ATTR __attribute__((section("__DATA, __const"))) macro
164 #define BOOTARGS_SECTION_ATTR macro
167 boot_args const_boot_args BOOTARGS_SECTION_ATTR; variable
168 boot_args *BootArgs BOOTARGS_SECTION_ATTR; variable