/src/sys/arch/ia64/stand/ia64/ski/ |
start.S | 49 mov ar.bspstore=r2
|
/src/sys/arch/ia64/ia64/ |
vm_machdep.c | 188 ndirty = tf->tf_special.ndirty + (tf->tf_special.bspstore & 0x1ffUL); 199 tf->tf_special.bspstore = (unsigned long)stack + UAREA_BSPSTORE_OFFSET; 214 pcb2->pcb_special.bspstore = ua2 + UAREA_BSPSTORE_OFFSET + ndirty;
|
syscall_stubs.S | 150 st8 [r14]=r17,64 // bspstore 151 (p15) mov ar.bspstore=gp 203 (p15) mov ar.bspstore=gp 249 mov r18=ar.bspstore 269 mov ar.bspstore=r15 306 st8 [r31]=r18,16 // bspstore 447 ld8 r21=[r15],24 // bspstore 495 mov r30=ar.bspstore 501 mov ar.bspstore=r21 531 mov r30=ar.bspstore [all...] |
machdep.c | 626 pcb0->pcb_special.bspstore = v + UAREA_BSPSTORE_OFFSET; 689 ret.bspstore = pcb0->pcb_special.bspstore; 719 (tf->tf_special.bspstore & 0x1ffUL)); 739 tf->tf_special.bspstore = IA64_BACKINGSTORE; 761 tf->tf_special.bspstore = IA64_BACKINGSTORE + 24; 766 * Assumes that (bspstore & 0x1f8) < 0x1e0. 770 ustore_long((u_long *)(tf->tf_special.bspstore - 32), 0); 773 ustore_long((u_long *)(tf->tf_special.bspstore - 24), 0); 776 ustore_long((u_long *)(tf->tf_special.bspstore - 16) [all...] |
locore.S | 80 mov ar.bspstore=r16 // switch backing store 115 /* We have the new bspstore in r8 and the new sp in r9. 120 mov ar.bspstore = r8 230 mov ar.bspstore = r16
|
db_trace.c | 154 /* ndirty = bsp - bspstore: , not the same as the definition in the spec. 158 uwf->bsp = tf->tf_special.bspstore + tf->tf_special.ndirty;
|
setjmp.S | 230 // while returning from longjmp the BSPSTORE and BSP needs to be 235 mov r17 = ar.bspstore // get current BSPSTORE 248 mov r17 = r16 // current BSPSTORE 252 // check if RNAT is saved between saved BSP and curr BSPSTORE 262 mov ar.bspstore = r16 // set new BSPSTORE
|
db_interface.c | 200 bsp = f->tf_special.bspstore + f->tf_special.ndirty; 229 {"ar.bspstore", DB_OFFSET(tf_special.bspstore), db_frame},
|
exception.S | 328 mov r20=ar.bspstore 332 // r18=pr, r19=rnat, r20=bspstore, r21=rsc, r22=iip, r23=rp 342 st8 [r31]=r20,16 // bspstore 352 // r18=fpsr, r19=rnat, r20=bspstore, r21=rsc, r22=iip, r23=ipsr 372 // r19=rnat, r20=bspstore, r22=iip, r23=ipsr 375 (p13) mov ar.bspstore=r20 707 ld8 r20=[r30],24 // bspstore 761 mov r30=ar.bspstore 768 mov r31=ar.bspstore 770 mov ar.bspstore=r2 [all...] |
support.S | 93 mov ar.bspstore=r16
|
context.S | 60 ld8 r20=[r31],16 // bspstore 72 mov ar.bspstore=r20 198 st8 [r31]=r17,16 // bspstore
|
/src/sys/arch/ia64/include/ |
md_var.h | 75 uint64_t bspstore; member in struct:ia64_init_return
|
_regset.h | 62 unsigned long bspstore; member in struct:_special
|
ia64_cpu.h | 411 IA64_AR(bspstore)
|
/src/sys/external/bsd/gnu-efi/dist/lib/ia64/ |
setjmp.S | 109 mov r15 = ar.bspstore 196 mov ar.bspstore = r14
|
/src/lib/libc/arch/ia64/gen/ |
_setjmp.S | 222 mov ar.bspstore = r16
|