Home
last modified time | relevance | path

Searched refs:INTSTACK_SIZE (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/osfmk/mach/i386/
H A Dvm_param.h251 # define INTSTACK_SIZE (I386_PGBYTES*4*4) macro
254 # define INTSTACK_SIZE (I386_PGBYTES*4) macro
265 # define INTSTACK_SIZE (I386_PGBYTES*4) macro
/xnu-11215/osfmk/i386/
H A Dmp_desc.c603 INTSTACK_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | KMA_ZERO | in cpu_data_alloc()
605 cdp->cpu_int_stack_top += INTSTACK_SIZE + PAGE_SIZE; in cpu_data_alloc()
668 (long)(cdp->cpu_int_stack_top - INTSTACK_SIZE), (long)(cdp->cpu_int_stack_top)); in cpu_data_alloc()
774 INTSTACK_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | KMA_ZERO | in cpu_data_realloc()
777 istk += INTSTACK_SIZE + PAGE_SIZE; in cpu_data_realloc()
H A Dcpu_data.h484 kstackb = kstackt - INTSTACK_SIZE; in rbtrace_bt()
487 kstackb = kstackt - INTSTACK_SIZE; in rbtrace_bt()
H A Dmachine_routines.c1210 return local - (current_cpu_datap()->cpu_int_stack_top - INTSTACK_SIZE); in ml_stack_remaining()
1224 return current_cpu_datap()->cpu_int_stack_top - INTSTACK_SIZE; in ml_stack_base()
1234 return INTSTACK_SIZE; in ml_stack_size()
H A Dgenassym.c429 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
/xnu-11215/osfmk/x86_64/
H A Dstart.s86 .space INTSTACK_SIZE
103 .space INTSTACK_SIZE
H A Didt64.s494 leaq -INTSTACK_SIZE(%rax), %rax
1646 leaq -INTSTACK_SIZE(%rcx),%rdx
/xnu-11215/osfmk/mach/arm/
H A Dvm_param.h347 #define INTSTACK_SIZE (4*4096) macro
/xnu-11215/osfmk/arm64/
H A Dhibernate_arm64.c167 vm_offset_t stack_begin = stack_end - INTSTACK_SIZE; in pal_hib_get_stack_pages()
H A Dcpu.c753 INTSTACK_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | KMA_ZERO | in cpu_stack_alloc()
757 cpu_data_ptr->intstack_top = irq_stack + PAGE_SIZE + INTSTACK_SIZE; in cpu_stack_alloc()
H A Dmachine_routines.c2282 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) {
2283 return intstack_top_ptr - INTSTACK_SIZE;
2295 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) {
2296 return INTSTACK_SIZE;
H A Dgenassym.c343 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
/xnu-11215/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c494 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread64()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c1149 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_remaining()
1150 return local - (getCpuDatap()->intstack_top - INTSTACK_SIZE); in ml_stack_remaining()