Home
last modified time | relevance | path

Searched refs:mips_abi (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/include/asm/
A Delf.h321 struct mips_abi;
323 extern struct mips_abi mips_abi;
324 extern struct mips_abi mips_abi_32;
325 extern struct mips_abi mips_abi_n32;
334 current->thread.abi = &mips_abi; \
402 current->thread.abi = &mips_abi; \
A Dprocessor.h222 struct mips_abi;
268 struct mips_abi *abi;
A Dabi.h18 struct mips_abi { struct
A Dsignal.h15 extern struct mips_abi mips_abi_32;
/linux/arch/mips/kernel/
A Dsignal.c73 struct mips_abi *abi = current->thread.abi; in copy_fp_to_sigcontext()
92 struct mips_abi *abi = current->thread.abi; in copy_fp_from_sigcontext()
128 struct mips_abi *abi = current->thread.abi; in save_hw_fp_context()
137 struct mips_abi *abi = current->thread.abi; in restore_hw_fp_context()
327 struct mips_abi *abi = current->thread.abi; in protected_save_fp_context()
380 struct mips_abi *abi = current->thread.abi; in protected_restore_fp_context()
793 struct mips_abi mips_abi = { variable
811 struct mips_abi *abi = current->thread.abi; in handle_signal()
A Dsignal_n32.c140 struct mips_abi mips_abi_n32 = {
A Dsignal_o32.c243 struct mips_abi mips_abi_32 = {

Completed in 12 milliseconds