Searched refs:swp (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/ia32/ |
D | sys_ia32.c | 1284 struct switch_stack *swp, int tos) in put_fpreg() argument 1309 ia64f2ia32f(f, &swp->f12 + (regno - 4)); in put_fpreg() 1317 struct switch_stack *swp, int tos) in get_fpreg() argument 1339 copy_from_user(&swp->f12 + (regno - 4), reg, sizeof(*reg)); in get_fpreg() 1348 struct switch_stack *swp; in save_ia32_fpstate() local 1366 swp = (struct switch_stack *)(tsk->thread.ksp + 16); in save_ia32_fpstate() 1370 put_fpreg(i, &save->st_space[i], ptp, swp, tos); in save_ia32_fpstate() 1377 struct switch_stack *swp; in restore_ia32_fpstate() local 1399 swp = (struct switch_stack *)(tsk->thread.ksp + 16); in restore_ia32_fpstate() 1403 get_fpreg(i, &save->st_space[i], ptp, swp, tos); in restore_ia32_fpstate() [all …]
|
/arch/arm/include/asm/ |
D | pgtable.h | 395 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/arch/arm/mm/ |
D | alignment.c | 674 goto swp; in do_alignment() 745 swp: in do_alignment()
|
D | proc-arm6_7.S | 52 /* 1 */ mov pc, lr @ swp
|