2 * Copyright (c) 2000-2009 Apple Inc. All rights reserved.
4 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. The rights granted to you under the License
10 * may not be used to create, or enable the creation or redistribution of,
11 * unlawful or unlicensed copies of an Apple operating system, or to
12 * circumvent, violate, or enable the circumvention or violation of, any
13 * terms of an Apple operating system software license agreement.
15 * Please obtain a copy of the License at
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
18 * The Original Code and all software distributed under the License are
19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
20 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
21 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
22 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
23 * Please see the License for the specific language governing rights and
24 * limitations under the License.
26 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
32 #ifndef _I386_MACHINE_ROUTINES_H_
33 #define _I386_MACHINE_ROUTINES_H_
35 #include <mach/mach_types.h>
36 #include <mach/boolean.h>
37 #include <kern/kern_types.h>
38 #include <pexpert/pexpert.h>
40 #include <sys/cdefs.h>
41 #include <sys/appleapiopts.h>
47 #ifdef XNU_KERNEL_PRIVATE
49 /* are we a 64 bit platform ? */
51 boolean_t
ml_is64bit(void);
53 /* is this a 64bit thread? */
55 boolean_t
ml_thread_is64bit(thread_t
);
57 /* is this a 64bit thread? */
59 boolean_t
ml_state_is64bit(void *);
61 /* set state of fpu save area for signal handling */
63 void ml_fp_setvalid(boolean_t
);
65 void ml_cpu_set_ldt(int);
67 /* Interrupt handling */
69 /* Initialize Interrupts */
70 void ml_init_interrupt(void);
72 /* Generate a fake interrupt */
73 void ml_cause_interrupt(void);
75 /* Initialize Interrupts */
76 void ml_install_interrupt_handler(
80 IOInterruptHandler handler
,
83 void ml_entropy_collect(void);
85 uint64_t ml_get_timebase(void);
86 void ml_init_lock_timeout(void);
87 void ml_init_delay_spin_threshold(int);
89 boolean_t
ml_delay_should_spin(uint64_t interval
);
91 extern void ml_delay_on_yield(void);
101 /* boot memory allocation */
102 vm_offset_t
ml_static_malloc(
105 vm_offset_t
ml_static_slide(
108 vm_offset_t
ml_static_unslide(
111 /* virtual to physical on wired pages */
112 vm_offset_t
ml_vtophys(
115 vm_size_t
ml_nofault_copy(
116 vm_offset_t virtsrc
, vm_offset_t virtdst
, vm_size_t size
);
118 boolean_t
ml_validate_nofault(
119 vm_offset_t virtsrc
, vm_size_t size
);
121 /* Machine topology info */
122 uint64_t ml_cpu_cache_size(unsigned int level
);
123 uint64_t ml_cpu_cache_sharing(unsigned int level
);
125 /* Initialize the maximum number of CPUs */
126 void ml_init_max_cpus(
127 unsigned long max_cpus
);
129 extern void ml_cpu_up(void);
130 extern void ml_cpu_down(void);
133 addr64_t phys_address
,
135 extern uint32_t interrupt_timer_coalescing_enabled
;
136 extern uint32_t idle_entry_timer_processing_hdeadline_threshold
;
139 #define TCOAL_DEBUG KERNEL_DEBUG_CONSTANT
141 #define TCOAL_DEBUG(x, a, b, c, d, e) do { } while(0)
142 #endif /* TCOAL_INSTRUMENT */
144 #if defined(PEXPERT_KERNEL_PRIVATE) || defined(MACH_KERNEL_PRIVATE)
145 /* IO memory map services */
147 /* Map memory map IO space */
148 vm_offset_t
ml_io_map(
149 vm_offset_t phys_addr
,
153 void ml_get_bouncepool_info(
154 vm_offset_t
*phys_addr
,
156 /* Indicates if spinlock, IPI and other timeouts should be suspended */
157 boolean_t
machine_timeout_suspended(void);
158 void plctrace_disable(void);
159 #endif /* PEXPERT_KERNEL_PRIVATE || MACH_KERNEL_PRIVATE */
161 /* Warm up a CPU to receive an interrupt */
162 kern_return_t
ml_interrupt_prewarm(uint64_t deadline
);
164 /* Check if the machine layer wants to intercept a panic call */
165 boolean_t
ml_wants_panic_trap_to_debugger(void);
167 /* Machine layer routine for intercepting panics */
168 void ml_panic_trap_to_debugger(const char *panic_format_str
,
172 uint64_t panic_options_mask
,
173 unsigned long panic_caller
);
174 #endif /* XNU_KERNEL_PRIVATE */
176 #ifdef KERNEL_PRIVATE
178 /* Type for the Time Base Enable function */
179 typedef void (*time_base_enable_t
)(cpu_id_t cpu_id
, boolean_t enable
);
181 /* Type for the IPI Hander */
182 typedef void (*ipi_handler_t
)(void);
184 /* Struct for ml_processor_register */
185 struct ml_processor_info
{
188 vm_offset_t start_paddr
;
189 boolean_t supports_nap
;
190 unsigned long l2cr_value
;
191 time_base_enable_t time_base_enable
;
194 typedef struct ml_processor_info ml_processor_info_t
;
197 /* Register a processor */
199 ml_processor_register(
202 processor_t
*processor_out
,
206 /* PCI config cycle probing */
207 boolean_t
ml_probe_read(
210 boolean_t
ml_probe_read_64(
214 /* Read physical address byte */
215 unsigned int ml_phys_read_byte(
217 unsigned int ml_phys_read_byte_64(
220 /* Read physical address half word */
221 unsigned int ml_phys_read_half(
223 unsigned int ml_phys_read_half_64(
226 /* Read physical address word*/
227 unsigned int ml_phys_read(
229 unsigned int ml_phys_read_64(
231 unsigned int ml_phys_read_word(
233 unsigned int ml_phys_read_word_64(
236 /* Read physical address double word */
237 unsigned long long ml_phys_read_double(
239 unsigned long long ml_phys_read_double_64(
242 unsigned long long ml_io_read(uintptr_t iovaddr
, int iovsz
);
243 unsigned int ml_io_read8(uintptr_t iovaddr
);
244 unsigned int ml_io_read16(uintptr_t iovaddr
);
245 unsigned int ml_io_read32(uintptr_t iovaddr
);
246 unsigned long long ml_io_read64(uintptr_t iovaddr
);
248 /* Write physical address byte */
249 void ml_phys_write_byte(
250 vm_offset_t paddr
, unsigned int data
);
251 void ml_phys_write_byte_64(
252 addr64_t paddr
, unsigned int data
);
254 /* Write physical address half word */
255 void ml_phys_write_half(
256 vm_offset_t paddr
, unsigned int data
);
257 void ml_phys_write_half_64(
258 addr64_t paddr
, unsigned int data
);
260 /* Write physical address word */
262 vm_offset_t paddr
, unsigned int data
);
263 void ml_phys_write_64(
264 addr64_t paddr
, unsigned int data
);
265 void ml_phys_write_word(
266 vm_offset_t paddr
, unsigned int data
);
267 void ml_phys_write_word_64(
268 addr64_t paddr
, unsigned int data
);
270 /* Write physical address double word */
271 void ml_phys_write_double(
272 vm_offset_t paddr
, unsigned long long data
);
273 void ml_phys_write_double_64(
274 addr64_t paddr
, unsigned long long data
);
276 /* Struct for ml_cpu_get_info */
278 uint32_t vector_unit
;
279 uint32_t cache_line_size
;
280 uint32_t l1_icache_size
;
281 uint32_t l1_dcache_size
;
282 uint32_t l2_settings
;
283 uint32_t l2_cache_size
;
284 uint32_t l3_settings
;
285 uint32_t l3_cache_size
;
288 typedef struct ml_cpu_info ml_cpu_info_t
;
290 /* Get processor info */
291 void ml_cpu_get_info(ml_cpu_info_t
*ml_cpu_info
);
293 void ml_thread_policy(
296 unsigned policy_info
);
298 #define MACHINE_GROUP 0x00000001
299 #define MACHINE_NETWORK_GROUP 0x10000000
300 #define MACHINE_NETWORK_WORKLOOP 0x00000001
301 #define MACHINE_NETWORK_NETISR 0x00000002
303 /* Return the maximum number of CPUs set by ml_init_max_cpus() */
308 * The following are in pmCPU.c not machine_routines.c.
310 extern void ml_set_maxsnoop(uint32_t maxdelay
);
311 extern unsigned ml_get_maxsnoop(void);
312 extern void ml_set_maxbusdelay(uint32_t mdelay
);
313 extern uint32_t ml_get_maxbusdelay(void);
314 extern void ml_set_maxintdelay(uint64_t mdelay
);
315 extern uint64_t ml_get_maxintdelay(void);
316 extern boolean_t
ml_get_interrupt_prewake_applicable(void);
319 extern uint64_t tmrCvt(uint64_t time
, uint64_t conversion
);
321 extern uint64_t ml_cpu_int_event_time(void);
323 #endif /* KERNEL_PRIVATE */
325 /* Get Interrupts Enabled */
326 boolean_t
ml_get_interrupts_enabled(void);
328 /* Set Interrupts Enabled */
329 boolean_t
ml_set_interrupts_enabled(boolean_t enable
);
331 /* Check if running at interrupt context */
332 boolean_t
ml_at_interrupt_context(void);
334 #ifdef XNU_KERNEL_PRIVATE
335 extern boolean_t
ml_is_quiescing(void);
336 extern void ml_set_is_quiescing(boolean_t
);
337 extern uint64_t ml_get_booter_memory_size(void);
340 /* Zero bytes starting at a physical address */
342 addr64_t phys_address
,
345 /* Bytes available on current stack */
346 vm_offset_t
ml_stack_remaining(void);
349 #if defined(MACH_KERNEL_PRIVATE)
350 __private_extern__
uint64_t
351 ml_phys_read_data(uint64_t paddr
, int psz
);
352 __private_extern__
void
353 pmap_verify_noncacheable(uintptr_t vaddr
);
354 #endif /* MACH_KERNEL_PRIVATE */
355 #ifdef XNU_KERNEL_PRIVATE
357 boolean_t
ml_fpu_avx_enabled(void);
358 #if !defined(RC_HIDE_XNU_J137)
359 boolean_t
ml_fpu_avx512_enabled(void);
362 void interrupt_latency_tracker_setup(void);
363 void interrupt_reset_latency_stats(void);
364 void interrupt_populate_latency_stats(char *, unsigned);
365 void ml_get_power_state(boolean_t
*, boolean_t
*);
367 void timer_queue_expire_local(void*);
368 void timer_queue_expire_rescan(void*);
369 void ml_timer_evaluate(void);
370 boolean_t
ml_timer_forced_evaluation(void);
372 uint64_t ml_energy_stat(thread_t
);
373 void ml_gpu_stat_update(uint64_t);
374 uint64_t ml_gpu_stat(thread_t
);
375 boolean_t
ml_recent_wake(void);
377 extern uint64_t reportphyreaddelayabs
;
378 extern uint32_t reportphyreadosbt
;
379 extern uint32_t phyreadpanic
;
381 #endif /* XNU_KERNEL_PRIVATE */
382 #endif /* _I386_MACHINE_ROUTINES_H_ */