bspstore           91 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = ar.bspstore;							\
bspstore           97 arch/ia64/include/asm/mca_asm.h 	mov	ar.bspstore = temp2;							\
bspstore          175 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = ar.bspstore;				\
bspstore          181 arch/ia64/include/asm/mca_asm.h 	mov	ar.bspstore = temp2;				\
bspstore          875 arch/ia64/include/asm/sal.h 	u64 bspstore;
bspstore           46 arch/ia64/include/uapi/asm/rse.h ia64_rse_num_regs (unsigned long *bspstore, unsigned long *bsp)
bspstore           48 arch/ia64/include/uapi/asm/rse.h 	unsigned long slots = (bsp - bspstore);
bspstore           50 arch/ia64/include/uapi/asm/rse.h 	return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40;
bspstore           63 arch/ia64/kernel/entry.h 	.spillsp ar.bspstore,SW(AR_BSPSTORE)+16+(off);				\
bspstore           78 arch/ia64/kernel/minstate.h (pUStk)	mov r23=ar.bspstore;				/* save ar.bspstore */			\
bspstore           80 arch/ia64/kernel/minstate.h (pUStk)	mov ar.bspstore=r22;				/* switch to kernel RBS */		\
bspstore          242 arch/ia64/kernel/minstate.h 	mov ar.bspstore=r22			\
bspstore          385 arch/ia64/kernel/ptrace.c on_kernel_rbs (unsigned long addr, unsigned long bspstore,
bspstore          390 arch/ia64/kernel/ptrace.c 	return (addr >= bspstore && addr <= (unsigned long) rnat_addr);
bspstore          408 arch/ia64/kernel/ptrace.c 	unsigned long *bspstore, *krbs, regnum, *laddr, *urbs_end, *rnat_addr;
bspstore          416 arch/ia64/kernel/ptrace.c 	bspstore = (unsigned long *) child_regs->ar_bspstore;
bspstore          418 arch/ia64/kernel/ptrace.c 	if (on_kernel_rbs(addr, (unsigned long) bspstore,
bspstore          454 arch/ia64/kernel/ptrace.c 			regnum = ia64_rse_num_regs(bspstore, laddr);
bspstore          470 arch/ia64/kernel/ptrace.c 	unsigned long *bspstore, *krbs, regnum, *laddr;
bspstore          476 arch/ia64/kernel/ptrace.c 	bspstore = (unsigned long *) child_regs->ar_bspstore;
bspstore          478 arch/ia64/kernel/ptrace.c 	if (on_kernel_rbs(addr, (unsigned long) bspstore,
bspstore          491 arch/ia64/kernel/ptrace.c 				regnum = ia64_rse_num_regs(bspstore, laddr);
bspstore          514 arch/ia64/kernel/ptrace.c 	unsigned long *krbs, *bspstore, cfm = pt->cr_ifs;
bspstore          518 arch/ia64/kernel/ptrace.c 	bspstore = (unsigned long *) pt->ar_bspstore;
bspstore          528 arch/ia64/kernel/ptrace.c 	return (unsigned long) ia64_rse_skip_regs(bspstore, ndirty);
bspstore          311 arch/ia64/kernel/unaligned.c 	unsigned long *bsp, *bspstore, *addr, *rnat_addr, *ubs_end;
bspstore          354 arch/ia64/kernel/unaligned.c 	bspstore = (unsigned long *)regs->ar_bspstore;
bspstore          355 arch/ia64/kernel/unaligned.c 	ubs_end = ia64_rse_skip_regs(bspstore, on_kbs);
bspstore          384 arch/ia64/kernel/unaligned.c 	unsigned long *bsp, *addr, *rnat_addr, *ubs_end, *bspstore;
bspstore          425 arch/ia64/kernel/unaligned.c 	bspstore = (unsigned long *)regs->ar_bspstore;
bspstore          426 arch/ia64/kernel/unaligned.c 	ubs_end = ia64_rse_skip_regs(bspstore, on_kbs);