Searched refs:INTSTACK_SIZE (Results 1 – 14 of 14) sorted by relevance
251 # define INTSTACK_SIZE (I386_PGBYTES*4*4) macro254 # define INTSTACK_SIZE (I386_PGBYTES*4) macro265 # define INTSTACK_SIZE (I386_PGBYTES*4) macro
603 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()
484 kstackb = kstackt - INTSTACK_SIZE; in rbtrace_bt()487 kstackb = kstackt - INTSTACK_SIZE; in rbtrace_bt()
1210 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()
429 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
86 .space INTSTACK_SIZE103 .space INTSTACK_SIZE
494 leaq -INTSTACK_SIZE(%rax), %rax1646 leaq -INTSTACK_SIZE(%rcx),%rdx
347 #define INTSTACK_SIZE (4*4096) macro
167 vm_offset_t stack_begin = stack_end - INTSTACK_SIZE; in pal_hib_get_stack_pages()
753 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()
2282 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;
343 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE); in main()
494 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread64()
1149 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()