Home
last modified time | relevance | path

Searched refs:csp (Results 1 – 6 of 6) sorted by relevance

/arch/sparc/kernel/
Dprocess_64.c448 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument
454 csp += STACK_BIAS; in clone_stackframe()
467 csp &= ~15UL; in clone_stackframe()
470 rval = (csp - distance); in clone_stackframe()
474 if (put_user(((u32)csp), in clone_stackframe()
478 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
660 unsigned long csp; in copy_thread() local
662 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()
663 if (!csp) in copy_thread()
665 t->kregs->u_regs[UREG_FP] = csp; in copy_thread()
/arch/xtensa/configs/
Dcadence_csp_defconfig35 CONFIG_XTENSA_VARIANT_CUSTOM_NAME="csp"
42 CONFIG_BUILTIN_DTB="csp"
/arch/s390/include/asm/
Dtlbflush.h39 csp(&dummy, 0, 0); in __tlb_flush_global()
Dpgtable.h493 static inline void csp(unsigned int *ptr, unsigned int old, unsigned int new) in csp() function
1236 csp((unsigned int *)pmdp + 1, pmd_val(*pmdp), in __pmdp_csp()
/arch/x86/kernel/
Dvm86_32.c585 unsigned char __user *csp; in handle_vm86_fault() local
597 csp = (unsigned char __user *) (regs->pt.cs << 4); in handle_vm86_fault()
605 switch (opcode = popb(csp, ip, simulate_sigsegv)) { in handle_vm86_fault()
657 int intno = popb(csp, ip, simulate_sigsegv); in handle_vm86_fault()
/arch/s390/mm/
Dpageattr.c80 csp((unsigned int *)old + 1, *old, new); in pgt_set()