Searched refs:al (Results 101 - 125 of 160) sorted by last modified time

1234567

/linux-master/tools/perf/util/
H A Devsel_fprintf.c208 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, argument
233 printed += __symbol__fprintf_symname_offs(al->sym, al,
237 printed += __symbol__fprintf_symname(al->sym, al,
243 printed += map__fprintf_dsoname_dsoff(al->map, print_dsoff, al->addr, fp);
246 printed += map__fprintf_srcline(al->map, al->addr, "\n ", fp);
H A Devsel_fprintf.h41 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al,
H A Daddr_location.c7 void addr_location__init(struct addr_location *al) argument
9 al->thread = NULL;
10 al->maps = NULL;
11 al->map = NULL;
12 al->sym = NULL;
13 al->srcline = NULL;
14 al->addr = 0;
15 al->level = 0;
16 al->filtered = 0;
17 al
28 addr_location__exit(struct addr_location *al) argument
[all...]
H A Daddr_location.h26 void addr_location__init(struct addr_location *al);
27 void addr_location__exit(struct addr_location *al);
H A Dtrace-event-scripting.c28 struct addr_location *al,
40 c->al = al;
57 struct addr_location *al __maybe_unused,
24 scripting_context__update(struct scripting_context *c, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) argument
H A Dkvm-stat.h92 struct addr_location al; member in struct:perf_kvm_stat
/linux-master/tools/perf/tests/
H A Dmmap-thread-lookup.c187 struct addr_location al; local
190 addr_location__init(&al);
196 (unsigned long) (td->map + 1), &al);
200 if (!al.map) {
203 addr_location__exit(&al);
207 pr_debug("map %p, addr %" PRIx64 "\n", al.map, map__start(al.map));
208 addr_location__exit(&al);
H A Dhists_filter.c53 struct addr_location al; local
57 addr_location__init(&al);
83 if (machine__resolve(machine, &al, &sample) < 0)
86 al.socket = fake_samples[i].socket;
87 if (hist_entry_iter__add(&iter, &al,
93 fake_samples[i].thread = thread__get(al.thread);
95 fake_samples[i].map = map__get(al.map);
96 fake_samples[i].sym = al.sym;
99 addr_location__exit(&al);
104 addr_location__exit(&al);
[all...]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c103 if (c->sample->ip && !c->sample->insn_len && thread__maps(c->al->thread)) {
104 struct machine *machine = maps__machine(thread__maps(c->al->thread));
106 script_fetch_insn(c->sample, c->al->thread, machine);
155 map = c->al->map;
156 addr = c->al->addr;
/linux-master/tools/perf/
H A Dbuiltin-timechart.c496 struct addr_location al; local
509 addr_location__init(&al);
513 if (machine__resolve(machine, &al, sample) < 0) {
555 if (thread__find_symbol(al.thread, cpumode, ip, &tal))
563 addr_location__exit(&al);
H A Dbuiltin-kvm.c799 &kvm->al, NULL, NULL, NULL, ki, sample, true);
1204 if (machine__resolve(machine, &kvm->al, sample) < 0) {
/linux-master/arch/arm64/include/asm/
H A Datomic_lse.h57 ATOMIC_FETCH_OP( , al, op, asm_op, "memory")
116 ATOMIC_FETCH_OP_AND( , al, "memory")
164 ATOMIC64_FETCH_OP( , al, op, asm_op, "memory")
223 ATOMIC64_FETCH_OP_AND( , al, "memory")
277 __CMPXCHG_CASE(w, b, mb_, 8, al, "memory")
278 __CMPXCHG_CASE(w, h, mb_, 16, al, "memory")
279 __CMPXCHG_CASE(w, , mb_, 32, al, "memory")
280 __CMPXCHG_CASE(x, , mb_, 64, al, "memory")
311 __CMPXCHG128(_mb, al, "memory")
/linux-master/arch/sh/math-emu/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
9 __x = (al) + (bl); \
10 (sh) = (ah) + (bh) + (__x < (al)); \
14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
17 __x = (al) - (bl); \
18 (sh) = (ah) - (bh) - (__x > (al)); \
/linux-master/arch/x86/crypto/
H A Ddes3_ede-asm_64.S49 #define RW0bl %al
H A Dcast6-avx-x86_64-asm_64.S71 #define RGI3bl %al
H A Dcast5-avx-x86_64-asm_64.S71 #define RGI3bl %al
H A Dcamellia-x86_64-asm_64.S52 #define RAB0bl %al
H A Dblowfish-x86_64-asm_64.S34 #define RX0bl %al
H A Dtwofish-avx-x86_64-asm_64.S72 #define RGI3bl %al
H A Dpoly1305-x86_64-cryptogams.pl3901 mov ($inp,$otp),%al
3902 xor ($otp),%al
3903 mov %al,($out,$otp)
3904 mov %al,($otp)
3911 mov %al,($otp)
3952 mov ($otp),%al
3953 xor %r11b,%al
3954 mov %al,($out,$otp)
3962 mov %al,($otp)
/linux-master/arch/x86/boot/
H A Dbioscall.S19 cmpb %al, 3f
21 movb %al, 3f
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c221 #define NSP_PIN_GROUP(group_name, ba, sh, ma, al) \
230 .alt = al, \
H A Dpinctrl-ns2-mux.c366 #define NS2_PIN_GROUP(group_name, ba, off, sh, ma, al) \
376 .alt = al, \
H A Dpinctrl-cygnus-mux.c477 #define CYGNUS_PIN_GROUP(group_name, off, sh, al) \
485 .alt = al, \
/linux-master/drivers/mtd/nand/raw/
H A Dcafe_nand.c571 u8 ah, al, bh, bl, ch, cl; local
574 al = a & 0x3f;
578 ch = gf64_mul(ah ^ al, bh ^ bl) ^ gf64_mul(al, bl);
579 cl = gf64_mul(gf64_mul(ah, bh), 0x21) ^ gf64_mul(al, bl);

Completed in 278 milliseconds

1234567