Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dprocess_64.c439 static unsigned long clone_stackframe(unsigned long csp, unsigned long psp) in clone_stackframe() argument
445 csp += STACK_BIAS; in clone_stackframe()
458 csp &= ~15UL; in clone_stackframe()
461 rval = (csp - distance); in clone_stackframe()
465 if (put_user(((u32)csp), in clone_stackframe()
469 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
663 unsigned long csp; in copy_thread() local
665 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()
666 if (!csp) in copy_thread()
668 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.h45 csp(&dummy, 0, 0); in __tlb_flush_global()
Dpgtable.h519 static inline void csp(unsigned int *ptr, unsigned int old, unsigned int new) in csp() function
1353 csp((unsigned int *)pmdp + 1, pmd_val(*pmdp), in __pmdp_csp()
/arch/x86/kernel/
Dvm86_32.c593 unsigned char __user *csp; in handle_vm86_fault() local
605 csp = (unsigned char __user *) (regs->pt.cs << 4); in handle_vm86_fault()
613 switch (opcode = popb(csp, ip, simulate_sigsegv)) { in handle_vm86_fault()
665 int intno = popb(csp, ip, simulate_sigsegv); in handle_vm86_fault()
/arch/s390/mm/
Dpageattr.c82 csp((unsigned int *)old + 1, *old, new); in pgt_set()