Searched defs:cpu_context (Results 1 – 4 of 4) sorted by relevance
102 struct cpu_context { struct118 struct cpu_context cpu_context; argument
76 #define cpu_context(cpu, mm) ((mm)->context[cpu]) macro
33 #define cpu_context(cpu, mm) ((mm)->context.id[cpu]) macro
58 struct cpu_context_save cpu_context; /* cpu context */ member