Home
last modified time | relevance | path

Searched refs:extcontext (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Ducontext.h21 struct extcontext { struct
26 struct extcontext ext; argument
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Ducontext.h20 struct extcontext { struct
36 struct extcontext ext; argument
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsignal.c283 sz += sizeof(((struct extcontext *)NULL)->magic); in save_extcontext()
289 struct extcontext ext; in restore_extcontext()
301 + offsetof(struct extcontext, size))); in restore_extcontext()
492 sz += sizeof(((struct extcontext *)NULL)->magic); in extcontext_max_size()