Searched refs:INTSTACK_SIZE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
H A Dvm_param.h83 #define INTSTACK_SIZE (5 * PPC_PGBYTES) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dvm_param.h171 #define INTSTACK_SIZE (I386_PGBYTES*4) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmp_desc.c306 (INTSTACK_SIZE * (cdp->cpu_number)) - sizeof (natural_t));
528 INTSTACK_SIZE);
533 bzero((void*) cdp->cpu_int_stack_top, INTSTACK_SIZE);
534 cdp->cpu_int_stack_top += INTSTACK_SIZE;
581 cdp->cpu_int_stack_top - INTSTACK_SIZE, cdp->cpu_int_stack_top);
591 kfree((void *) (cdp->cpu_int_stack_top - INTSTACK_SIZE),
592 INTSTACK_SIZE);
H A Dstart.s99 .set ., .+INTSTACK_SIZE
135 .set ., .+INTSTACK_SIZE
146 .set ., .+INTSTACK_SIZE
158 .set ., .+(INTSTACK_SIZE*MAX_CPUS)
166 .set ., .+(INTSTACK_SIZE*MAX_CPUS)
174 .set ., .+(INTSTACK_SIZE*MAX_CPUS)
H A Dgenassym.c502 DECLARE("INTSTACK_SIZE", INTSTACK_SIZE);
H A Ddb_interface.c812 (INTSTACK_SIZE * (c + 1)) - sizeof (natural_t));
H A Dlocore.s643 leal -INTSTACK_SIZE(%ecx),%edx
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Daligned_data.s191 .set .,.+INTSTACK_SIZE
H A Dcpu.c221 if ((interrupt_stack = kalloc(INTSTACK_SIZE)) == 0) {
228 kfree(interrupt_stack, INTSTACK_SIZE);
240 proc_info->istackptr = (vm_offset_t)interrupt_stack + INTSTACK_SIZE - FM_SIZE;
264 kfree((void *)(proc_info->intstack_top_ss - INTSTACK_SIZE + FM_SIZE), INTSTACK_SIZE);
H A Dppc_init.c159 BootProcInfo.intstack_top_ss = (vm_offset_t)&intstack + INTSTACK_SIZE - FM_SIZE;
H A Dhw_exception.s929 addi r5,r9,INTSTACK_SIZE-FM_SIZE ; Shift stack for bounds check
932 cmplwi r5,INTSTACK_SIZE-FM_SIZE ; Is the stack actually invalid?
H A Dstart.s458 addi r29,r29,INTSTACK_SIZE-FM_SIZE

Completed in 54 milliseconds