Home
last modified time | relevance | path

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

/xnu-8020.101.4/config/
H A DMASTER.arm19 # KERNEL_BASE = [ arm xsmall msgb_small config_embedded config_enforce_signed_code config_darkb…
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.arm64.bcm283720 # KERNEL_BASE = [ arm64 xsmall msgb_small config_embedded config_requires_u32_munging ARM_EXTRA…
21 # KERNEL_RELEASE = [ KERNEL_BASE ]
22 # KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug ]
23 # 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.arm64.BridgeOS19 # KERNEL_BASE = [ arm64 xsmall msgb_small config_embedded config_enforce_signed_code config_req…
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.arm6419 # KERNEL_BASE = [ arm64 xsmall msgb_small config_embedded config_enforce_signed_code config_req…
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 xsmall msgb_small config_embedded config_enforce_signed_code config_req…
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 medium msgb_large config_arrow config_requires_u32_munging config_delay…
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-8020.101.4/osfmk/x86_64/
H A Dstart.s227 movq $(KERNEL_BASE), %rax /* adjust pointer up high */
311 movq $(KERNEL_BASE), %rax
H A Dpmap.c581 (long)KERNEL_BASE, (long)virtual_end); in pmap_bootstrap()
/xnu-8020.101.4/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.c464 index_start = (uint32_t)((start - KERNEL_BASE) >> PAGE_SHIFT); in Idle_PTs_release()
469 index_limit = (uint32_t)((end - KERNEL_BASE) >> PAGE_SHIFT); in Idle_PTs_release()
H A Dgenassym.c282 DECLAREULL("KERNEL_BASE", KERNEL_BASE); in main()