Searched refs:INTSTACK_SIZE (Results 1 – 16 of 16) sorted by relevance
| /xnu-8019.80.24/osfmk/mach/i386/ |
| H A D | vm_param.h | 258 # define INTSTACK_SIZE (I386_PGBYTES*4*4) macro 261 # define INTSTACK_SIZE (I386_PGBYTES*4) macro 272 # define INTSTACK_SIZE (I386_PGBYTES*4) macro
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | mp_desc.c | 613 INTSTACK_SIZE, VM_KERN_MEMORY_CPU); in cpu_data_alloc() 617 bzero((void*) cdp->cpu_int_stack_top, INTSTACK_SIZE); in cpu_data_alloc() 618 cdp->cpu_int_stack_top += INTSTACK_SIZE; in cpu_data_alloc() 682 (long)(cdp->cpu_int_stack_top - INTSTACK_SIZE), (long)(cdp->cpu_int_stack_top)); in cpu_data_alloc() 788 ret = kmem_alloc(kernel_map, &istk, INTSTACK_SIZE, VM_KERN_MEMORY_CPU); in cpu_data_realloc() 792 bzero((void*) istk, INTSTACK_SIZE); in cpu_data_realloc() 793 istk += INTSTACK_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 | 452 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | cpu.c | 277 INTSTACK_SIZE + (2 * PAGE_SIZE), in cpu_stack_alloc() 285 cpu_data_ptr->intstack_top = irq_stack + PAGE_SIZE + INTSTACK_SIZE; in cpu_stack_alloc() 316 (kfree)((void *)(cpu_data_ptr->intstack_top - INTSTACK_SIZE), INTSTACK_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-8019.80.24/osfmk/arm64/ |
| H A D | cpu.c | 753 INTSTACK_SIZE + (2 * PAGE_SIZE), in cpu_stack_alloc() 761 cpu_data_ptr->intstack_top = irq_stack + PAGE_SIZE + INTSTACK_SIZE; in cpu_stack_alloc() 791 (kfree)((void *)(cpu_data_ptr->intstack_top - INTSTACK_SIZE), INTSTACK_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 | 1872 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_base() 1873 return intstack_top_ptr - INTSTACK_SIZE; in ml_stack_base() 1885 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_size() 1886 return INTSTACK_SIZE; in ml_stack_size()
|
| H A D | genassym.c | 284 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
|
| /xnu-8019.80.24/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-8019.80.24/osfmk/mach/arm/ |
| H A D | vm_param.h | 339 #define INTSTACK_SIZE (4*4096) macro
|
| /xnu-8019.80.24/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 480 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread() 630 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread64()
|