Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 5 of 5) sorted by relevance

/arch/sh/mm/
Dioremap_fixed.c50 enum fixed_addresses idx0, idx; in ioremap_fixed() local
86 idx0 = FIX_IOREMAP_BEGIN + slot; in ioremap_fixed()
87 idx = idx0; in ioremap_fixed()
/arch/alpha/kernel/
Dperf_event.c155 int idx0; in ev67_check_constraints() local
158 idx0 = ev67_mapping[evtype[0]-1].idx; in ev67_check_constraints()
167 idx0 = (evtype[0] == EV67_MBOXREPLAY) ? 1 : 0; in ev67_check_constraints()
169 if (evtype[idx0] == EV67_CYCLES) { in ev67_check_constraints()
177 idx0 = (evtype[0] == EV67_BCACHEMISS) ? 1 : 0; in ev67_check_constraints()
179 if (evtype[idx0] == EV67_INSTRUCTIONS) { in ev67_check_constraints()
187 idx0 = (evtype[0] == EV67_INSTRUCTIONS) ? 0 : 1; in ev67_check_constraints()
189 if (evtype[idx0^1] == EV67_CYCLES) { in ev67_check_constraints()
199 event[0]->hw.idx = idx0; in ev67_check_constraints()
202 event[1]->hw.idx = idx0 ^ 1; in ev67_check_constraints()
/arch/sparc/kernel/
Dperf_event.c1246 int idx0 = 0; in sparc_check_constraints() local
1268 idx0 = 1; in sparc_check_constraints()
1285 idx0 = 1; in sparc_check_constraints()
1292 idx0 = 1; in sparc_check_constraints()
1300 idx0 = 1; in sparc_check_constraints()
1308 evts[0]->hw.idx = idx0; in sparc_check_constraints()
1310 evts[1]->hw.idx = idx0 ^ 1; in sparc_check_constraints()
/arch/arm64/net/
Dbpf_jit_comp.c198 const int idx0 = ctx->idx; in build_prologue() local
244 cur_offset = ctx->idx - idx0; in build_prologue()
274 const int idx0 = ctx->idx; in emit_bpf_tail_call() local
275 #define cur_offset (ctx->idx - idx0) in emit_bpf_tail_call()
/arch/arm/net/
Dbpf_jit_32.c1178 const int idx0 = ctx->idx; in emit_bpf_tail_call() local
1179 #define cur_offset (ctx->idx - idx0) in emit_bpf_tail_call()