Searched refs:INTSTACK_SIZE (Results 1 – 16 of 16) sorted by relevance
| /xnu-8020.140.41/osfmk/mach/i386/ |
| H A D | vm_param.h | 249 # define INTSTACK_SIZE (I386_PGBYTES*4*4) macro 252 # define INTSTACK_SIZE (I386_PGBYTES*4) macro 263 # define INTSTACK_SIZE (I386_PGBYTES*4) macro
|
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | cpu.c | 280 INTSTACK_SIZE + (2 * PAGE_SIZE), in cpu_stack_alloc() 288 cpu_data_ptr->intstack_top = irq_stack + PAGE_SIZE + INTSTACK_SIZE; in cpu_stack_alloc() 320 cpu_data_ptr->intstack_top - INTSTACK_SIZE - PAGE_SIZE, in cpu_data_free() 321 INTSTACK_SIZE + 2 * PAGE_SIZE); in cpu_data_free()
|
| H A D | genassym.c | 305 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
|
| H A D | machine_routines_common.c | 1075 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_remaining() 1076 return local - (getCpuDatap()->intstack_top - INTSTACK_SIZE); in ml_stack_remaining()
|
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | mp_desc.c | 607 INTSTACK_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | KMA_ZERO | in cpu_data_alloc() 609 cdp->cpu_int_stack_top += INTSTACK_SIZE + PAGE_SIZE; in cpu_data_alloc() 672 (long)(cdp->cpu_int_stack_top - INTSTACK_SIZE), (long)(cdp->cpu_int_stack_top)); in cpu_data_alloc() 778 INTSTACK_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | KMA_ZERO | in cpu_data_realloc() 781 istk += INTSTACK_SIZE + PAGE_SIZE; in cpu_data_realloc()
|
| H A D | machine_routines.c | 1099 return local - (current_cpu_datap()->cpu_int_stack_top - INTSTACK_SIZE); in ml_stack_remaining() 1113 return current_cpu_datap()->cpu_int_stack_top - INTSTACK_SIZE; in ml_stack_base() 1123 return INTSTACK_SIZE; in ml_stack_size()
|
| H A D | cpu_data.h | 515 kstackb = kstackt - INTSTACK_SIZE; in rbtrace_bt() 518 kstackb = kstackt - INTSTACK_SIZE; in rbtrace_bt()
|
| H A D | genassym.c | 439 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | cpu.c | 757 INTSTACK_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | KMA_ZERO | in cpu_stack_alloc() 761 cpu_data_ptr->intstack_top = irq_stack + PAGE_SIZE + INTSTACK_SIZE; in cpu_stack_alloc() 788 cpu_data_ptr->intstack_top - INTSTACK_SIZE - PAGE_SIZE, in cpu_data_free() 789 INTSTACK_SIZE + 2 * PAGE_SIZE); in cpu_data_free()
|
| H A D | hibernate_arm64.c | 153 vm_offset_t stack_begin = stack_end - INTSTACK_SIZE; in pal_hib_get_stack_pages()
|
| H A D | machine_routines.c | 1879 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_base() 1880 return intstack_top_ptr - INTSTACK_SIZE; in ml_stack_base() 1892 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_size() 1893 return INTSTACK_SIZE; in ml_stack_size()
|
| H A D | genassym.c | 283 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
|
| /xnu-8020.140.41/osfmk/x86_64/ |
| H A D | start.s | 86 .space INTSTACK_SIZE 103 .space INTSTACK_SIZE
|
| H A D | idt64.s | 494 leaq -INTSTACK_SIZE(%rax), %rax 1646 leaq -INTSTACK_SIZE(%rcx),%rdx
|
| /xnu-8020.140.41/osfmk/mach/arm/ |
| H A D | vm_param.h | 334 #define INTSTACK_SIZE (4*4096) macro
|
| /xnu-8020.140.41/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 483 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread() 633 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread64()
|