Home
last modified time | relevance | path

Searched refs:KERNEL_BASE (Results 1 – 15 of 15) sorted by relevance

/xnu-10063.141.1/config/
H A DMASTER.arm64.t8110.iPhoneOS19 # KERNEL_BASE = [ arm64 xsmall msgb_small config_embedded config_enforce_signed_code config_cod…
20 # KERNEL_RELEASE = [ KERNEL_BASE ARM_EXTRAS_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE ARM_EXTRAS_BASE development mach_assert config_xnupost proc_ref_d…
22 # KERNEL_DEV_PPL = [ KERNEL_BASE ARM_EXTRAS_BASE_PPL development mach_assert config_xnupost proc_r…
23 # KERNEL_DEBUG = [ KERNEL_BASE ARM_EXTRAS_BASE debug mach_assert config_xnupost config_waitq_sta…
H A DMASTER.arm64.t8120.iPhoneOS19 # KERNEL_BASE = [ arm64 xsmall msgb_small config_embedded config_enforce_signed_code config_cod…
20 # KERNEL_RELEASE = [ KERNEL_BASE ARM_EXTRAS_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE ARM_EXTRAS_BASE development mach_assert config_xnupost proc_ref_d…
22 # KERNEL_DEV_PPL = [ KERNEL_BASE ARM_EXTRAS_BASE_PPL development mach_assert config_xnupost proc_r…
23 # KERNEL_DEBUG = [ KERNEL_BASE ARM_EXTRAS_BASE debug mach_assert config_xnupost config_waitq_sta…
H A DMASTER.arm19 # KERNEL_BASE = [ arm xsmall msgb_small config_embedded config_enforce_signed_code config_code_…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_ext_…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.arm64.bcm283719 # KERNEL_BASE = [ arm64 config_pmap_ppl xsmall msgb_small config_embedded config_requires_u32_m…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_ext_…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.arm64.BridgeOS19 # KERNEL_BASE = [ arm64 config_pmap_ppl xsmall msgb_small config_embedded config_enforce_signed…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug ]
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.x86_6419 # KERNEL_BASE = [ intel medium msgb_large config_requires_u32_munging config_delay_idle_sleep c…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.arm6419 # KERNEL_BASE = [ arm64 config_pmap_ppl xsmall msgb_small config_embedded config_enforce_signed…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.arm64.WatchOS19 # KERNEL_BASE = [ arm64 config_pmap_ppl xsmall msgb_small config_embedded config_enforce_signed…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.arm64.iPhoneOS19 # KERNEL_BASE = [ arm64 config_pmap_ppl xsmall msgb_small config_embedded config_enforce_signed…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
H A DMASTER.arm64.MacOSX19 # KERNEL_BASE = [ arm64 config_pmap_ppl medium msgb_large config_requires_u32_munging config_de…
20 # KERNEL_RELEASE = [ KERNEL_BASE ]
21 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc…
22 # KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_worklo…
/xnu-10063.141.1/osfmk/x86_64/
H A Dstart.s227 movq $(KERNEL_BASE), %rax /* adjust pointer up high */
311 movq $(KERNEL_BASE), %rax
H A Dpmap.c576 (long)KERNEL_BASE, (long)virtual_end); in pmap_bootstrap()
/xnu-10063.141.1/osfmk/i386/
H A Dpmap.h214 #define KERNEL_BASE (0ULL - (NBPML4 * KERNEL_PML4_COUNT)) macro
215 #define KERNEL_BASEMENT (KERNEL_BASE - NBPML4) /* Basement uses one PML4 entry */
H A Di386_init.c461 index_start = (uint32_t)((start - KERNEL_BASE) >> PAGE_SHIFT); in Idle_PTs_release()
466 index_limit = (uint32_t)((end - KERNEL_BASE) >> PAGE_SHIFT); in Idle_PTs_release()
H A Dgenassym.c271 DECLAREULL("KERNEL_BASE", KERNEL_BASE); in main()