Home
last modified time | relevance | path

Searched defs:cpu_context (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/arch/microblaze/include/asm/
Dthread_info.h31 struct cpu_context { struct
32 __u32 r1; /* stack pointer */
33 __u32 r2;
35 __u32 r13;
36 __u32 r14;
37 __u32 r15;
38 __u32 r16;
39 __u32 r17;
40 __u32 r18;
42 __u32 r19;
[all …]
/Linux-v5.4/arch/nds32/include/asm/
Dprocessor.h17 struct cpu_context { struct
33 struct cpu_context cpu_context; /* cpu context */ member
/Linux-v5.4/arch/arm64/include/asm/
Dprocessor.h109 struct cpu_context { struct
126 struct cpu_context cpu_context; /* cpu context */ argument
/Linux-v5.4/arch/unicore32/include/asm/
Dsuspend.h18 struct cpu_context_save cpu_context; /* cpu context */ member
Dthread_info.h71 struct cpu_context_save cpu_context; /* cpu context */ member
/Linux-v5.4/arch/microblaze/kernel/
Dunwind.c296 const struct cpu_context *cpu_context = in microblaze_unwind() local
/Linux-v5.4/arch/mips/include/asm/
Dmmu_context.h106 static inline u64 cpu_context(unsigned int cpu, const struct mm_struct *mm) in cpu_context() function
/Linux-v5.4/arch/sh/include/asm/
Dmmu_context.h41 #define cpu_context(cpu, mm) ((mm)->context.id[cpu]) macro
/Linux-v5.4/arch/arm64/kernel/
Dkgdb.c130 struct cpu_context *cpu_context = &task->thread.cpu_context; in sleeping_thread_to_gdb_regs() local
/Linux-v5.4/arch/arm/include/asm/
Dthread_info.h56 struct cpu_context_save cpu_context; /* cpu context */ member
/Linux-v5.4/drivers/hv/
Dhyperv_vmbus.h149 struct hv_per_cpu_context __percpu *cpu_context; member