Home
last modified time | relevance | path

Searched refs:al (Results 1 – 141 of 141) sorted by relevance

/linux-4.1.27/arch/sh/kernel/
Dprocess_64.c40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
46 al = (regs->pc) & 0xffffffff; in show_regs()
52 ah, al, bh, bl, ch, cl); in show_regs()
55 al = (regs->sr) & 0xffffffff; in show_regs()
65 ah, al, bh, bl, ch, cl); in show_regs()
68 al = (regs->regs[0]) & 0xffffffff; in show_regs()
74 ah, al, bh, bl, ch, cl); in show_regs()
77 al = (regs->regs[3]) & 0xffffffff; in show_regs()
83 ah, al, bh, bl, ch, cl); in show_regs()
86 al = (regs->regs[6]) & 0xffffffff; in show_regs()
[all …]
/linux-4.1.27/tools/perf/util/
Dunwind-libdw.c23 static int __report_module(struct addr_location *al, u64 ip, in __report_module() argument
31 MAP__FUNCTION, ip, al); in __report_module()
33 if (al->map) in __report_module()
34 dso = al->map->dso; in __report_module()
42 dso->long_name, -1, al->map->start, in __report_module()
50 struct addr_location al; in report_module() local
52 return __report_module(&al, ip, ui); in report_module()
59 struct addr_location al; in entry() local
61 if (__report_module(&al, ip, ui)) in entry()
65 e.map = al.map; in entry()
[all …]
Ddb-export.c240 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al, in db_ids_from_al() argument
245 if (al->map) { in db_ids_from_al()
246 struct dso *dso = al->map->dso; in db_ids_from_al()
248 err = db_export__dso(dbe, dso, al->machine); in db_ids_from_al()
253 if (!al->sym) { in db_ids_from_al()
254 al->sym = symbol__new(al->addr, 0, 0, "unknown"); in db_ids_from_al()
255 if (al->sym) in db_ids_from_al()
256 symbols__insert(&dso->symbols[al->map->type], in db_ids_from_al()
257 al->sym); in db_ids_from_al()
260 if (al->sym) { in db_ids_from_al()
[all …]
Devent.c794 struct addr_location *al) in thread__find_addr_map() argument
800 al->machine = machine; in thread__find_addr_map()
801 al->thread = thread; in thread__find_addr_map()
802 al->addr = addr; in thread__find_addr_map()
803 al->cpumode = cpumode; in thread__find_addr_map()
804 al->filtered = 0; in thread__find_addr_map()
807 al->map = NULL; in thread__find_addr_map()
812 al->level = 'k'; in thread__find_addr_map()
816 al->level = '.'; in thread__find_addr_map()
818 al->level = 'g'; in thread__find_addr_map()
[all …]
Dhist.c370 struct addr_location *al, in add_hist_entry() argument
436 he_stat__add_cpumode_period(&he->stat, al->cpumode, period); in add_hist_entry()
438 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in add_hist_entry()
443 struct addr_location *al, in __hists__add_entry() argument
451 .thread = al->thread, in __hists__add_entry()
452 .comm = thread__comm(al->thread), in __hists__add_entry()
454 .map = al->map, in __hists__add_entry()
455 .sym = al->sym, in __hists__add_entry()
457 .cpu = al->cpu, in __hists__add_entry()
458 .cpumode = al->cpumode, in __hists__add_entry()
[all …]
Dunwind-libunwind.c316 struct addr_location al; in find_map() local
319 MAP__FUNCTION, ip, &al); in find_map()
320 return al.map; in find_map()
409 struct addr_location al; in access_dso_mem() local
413 MAP__FUNCTION, addr, &al); in access_dso_mem()
414 if (!al.map) { in access_dso_mem()
419 if (!al.map->dso) in access_dso_mem()
422 size = dso__data_read_addr(al.map->dso, al.map, ui->machine, in access_dso_mem()
518 struct addr_location al; in entry() local
521 MAP__FUNCTION, ip, &al); in entry()
[all …]
Dcallchain.c761 struct perf_evsel *evsel, struct addr_location *al, in sample__resolve_callchain() argument
769 return thread__resolve_callchain(al->thread, evsel, sample, in sample__resolve_callchain()
770 parent, al, max_stack); in sample__resolve_callchain()
782 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info() argument
785 al->map = node->map; in fill_callchain_info()
786 al->sym = node->sym; in fill_callchain_info()
788 al->addr = node->map->map_ip(node->map, node->ip); in fill_callchain_info()
790 al->addr = node->ip; in fill_callchain_info()
792 if (al->sym == NULL) { in fill_callchain_info()
795 if (al->map == NULL) in fill_callchain_info()
[all …]
Dmachine.c1353 struct addr_location al; in ip__resolve_ams() local
1355 memset(&al, 0, sizeof(al)); in ip__resolve_ams()
1363 thread__find_cpumode_addr_location(thread, MAP__FUNCTION, ip, &al); in ip__resolve_ams()
1366 ams->al_addr = al.addr; in ip__resolve_ams()
1367 ams->sym = al.sym; in ip__resolve_ams()
1368 ams->map = al.map; in ip__resolve_ams()
1374 struct addr_location al; in ip__resolve_data() local
1376 memset(&al, 0, sizeof(al)); in ip__resolve_data()
1378 thread__find_addr_location(thread, m, MAP__VARIABLE, addr, &al); in ip__resolve_data()
1379 if (al.map == NULL) { in ip__resolve_data()
[all …]
Dthread.h77 struct addr_location *al);
81 struct addr_location *al);
85 struct addr_location *al);
Dthread.c217 struct addr_location *al) in thread__find_cpumode_addr_location() argument
228 thread__find_addr_location(thread, cpumodes[i], type, addr, al); in thread__find_cpumode_addr_location()
229 if (al->map) in thread__find_cpumode_addr_location()
Ddb-export.h37 struct addr_location *al; member
99 struct addr_location *al);
Dcallchain.h169 struct perf_evsel *evsel, struct addr_location *al,
172 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
Dbuild-id.c30 struct addr_location al; in build_id__mark_dso_hit() local
41 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in build_id__mark_dso_hit()
43 if (al.map != NULL) in build_id__mark_dso_hit()
44 al.map->dso->hit = 1; in build_id__mark_dso_hit()
Dhist.h98 struct addr_location *al, bool single, void *arg);
107 struct addr_location *al,
113 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
Dsession.c1519 struct addr_location *al, in perf_evsel__print_ip() argument
1534 if (thread__resolve_callchain(al->thread, evsel, in perf_evsel__print_ip()
1544 node_al = *al; in perf_evsel__print_ip()
1591 if (al->sym && al->sym->ignore) in perf_evsel__print_ip()
1600 symbol__fprintf_symname_offs(al->sym, al, in perf_evsel__print_ip()
1603 symbol__fprintf_symname(al->sym, stdout); in perf_evsel__print_ip()
1608 map__fprintf_dsoname(al->map, stdout); in perf_evsel__print_ip()
1613 map__fprintf_srcline(al->map, al->addr, "\n ", stdout); in perf_evsel__print_ip()
Dmachine.h126 struct addr_location *al);
128 struct addr_location *al);
Dtrace-event-scripting.c46 struct addr_location *al __maybe_unused) in process_event_unsupported()
Dtrace-event.h75 struct addr_location *al);
Devent.h358 struct addr_location *al,
368 struct addr_location *al);
Dsession.h99 struct addr_location *al,
Dsymbol.c261 const struct addr_location *al, FILE *fp) in symbol__fprintf_symname_offs() argument
268 if (al) { in symbol__fprintf_symname_offs()
269 if (al->addr < sym->end) in symbol__fprintf_symname_offs()
270 offset = al->addr - sym->start; in symbol__fprintf_symname_offs()
272 offset = al->addr - al->map->start - sym->start; in symbol__fprintf_symname_offs()
Dsymbol.h262 const struct addr_location *al, FILE *fp);
/linux-4.1.27/arch/arm/lib/
Dashrdi3.S33 #define al r1 macro
36 #define al r0 macro
45 movmi al, al, lsr r2
46 movpl al, ah, asr r3
47 ARM( orrmi al, al, ah, lsl ip )
49 THUMB( orrmi al, al, r3 )
Dlshrdi3.S33 #define al r1 macro
36 #define al r0 macro
45 movmi al, al, lsr r2
46 movpl al, ah, lsr r3
47 ARM( orrmi al, al, ah, lsl ip )
49 THUMB( orrmi al, al, r3 )
Dashldi3.S33 #define al r1 macro
36 #define al r0 macro
46 movpl ah, al, lsl r3
47 ARM( orrmi ah, ah, al, lsr ip )
48 THUMB( lsrmi r3, al, ip )
50 mov al, al, lsl r2
Dmemcpy.S32 .macro ldr1b ptr reg cond=al abort
44 .macro str1b ptr reg cond=al abort
Dcopy_from_user.S60 .macro ldr1b ptr reg cond=al abort
72 .macro str1b ptr reg cond=al abort
Dcopy_to_user.S56 .macro ldr1b ptr reg cond=al abort
75 .macro str1b ptr reg cond=al abort
/linux-4.1.27/lib/mpi/
Dlonglong.h114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
121 "%r" ((USItype)(al)), \
123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
130 "r" ((USItype)(al)), \
176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
183 "%r" ((USItype)(al)), \
185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
192 "r" ((USItype)(al)), \
263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
270 "%1" ((USItype)(al)), \
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dal,alpine-smp2 Secondary CPU enable-method "al,alpine-smp" binding
5 This document describes the "al,alpine-smp" method for
7 "al,alpine-smp" enable method should be defined in the
10 Enable method name: "al,alpine-smp"
11 Compatible machines: "al,alpine"
17 "al,alpine-cpu-resume" and "al,alpine-nb-service"[1].
24 enable-method = "al,alpine-smp";
52 [1] arm/al,alpine.txt
/linux-4.1.27/arch/alpha/math-emu/
Dsfp-util.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
8 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
11 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dal,alpine.txt7 compatible: must contain "al,alpine"
13 compatible = "al,alpine";
21 enable-method: must be "al,alpine-smp" to allow smp [1]
28 enable-method = "al,alpine-smp";
62 - compatible : Should contain "al,alpine-cpu-resume".
68 compatible = "al,alpine-cpu-resume";
78 - compatible : Should contain "al,alpine-sysfabric-service" and "syscon".
84 compatible = "al,alpine-sysfabric-service", "syscon";
88 [1] arm/cpu-enable-method/al,alpine-smp
/linux-4.1.27/tools/perf/tests/
Dcode-reading.c138 struct addr_location al; in read_object_code() local
147 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, addr, &al); in read_object_code()
148 if (!al.map || !al.map->dso) { in read_object_code()
153 pr_debug("File is: %s\n", al.map->dso->long_name); in read_object_code()
155 if (al.map->dso->symtab_type == DSO_BINARY_TYPE__KALLSYMS && in read_object_code()
156 !dso__is_kcore(al.map->dso)) { in read_object_code()
161 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
167 if (addr + len > al.map->end) in read_object_code()
168 len = al.map->end - addr; in read_object_code()
171 ret_len = dso__data_read_offset(al.map->dso, thread->mg->machine, in read_object_code()
[all …]
Dhists_link.c65 struct addr_location al; in add_hist_entries() local
88 if (perf_event__preprocess_sample(&event, machine, &al, in add_hist_entries()
92 he = __hists__add_entry(hists, &al, NULL, in add_hist_entries()
97 fake_common_samples[k].thread = al.thread; in add_hist_entries()
98 fake_common_samples[k].map = al.map; in add_hist_entries()
99 fake_common_samples[k].sym = al.sym; in add_hist_entries()
112 if (perf_event__preprocess_sample(&event, machine, &al, in add_hist_entries()
116 he = __hists__add_entry(hists, &al, NULL, in add_hist_entries()
121 fake_samples[i][k].thread = al.thread; in add_hist_entries()
122 fake_samples[i][k].map = al.map; in add_hist_entries()
[all …]
Dmmap-thread-lookup.c183 struct addr_location al; in mmap_events() local
192 (unsigned long) (td->map + 1), &al); in mmap_events()
194 if (!al.map) { in mmap_events()
200 pr_debug("map %p, addr %" PRIx64 "\n", al.map, al.map->start); in mmap_events()
Dhists_filter.c49 struct addr_location al; in add_hist_entries() local
80 if (perf_event__preprocess_sample(&event, machine, &al, in add_hist_entries()
84 if (hist_entry_iter__add(&iter, &al, evsel, &sample, in add_hist_entries()
88 fake_samples[i].thread = al.thread; in add_hist_entries()
89 fake_samples[i].map = al.map; in add_hist_entries()
90 fake_samples[i].sym = al.sym; in add_hist_entries()
Dhists_cumulate.c78 struct addr_location al; in add_hist_entries() local
103 if (perf_event__preprocess_sample(&event, machine, &al, in add_hist_entries()
107 if (hist_entry_iter__add(&iter, &al, evsel, &sample, in add_hist_entries()
111 fake_samples[i].thread = al.thread; in add_hist_entries()
112 fake_samples[i].map = al.map; in add_hist_entries()
113 fake_samples[i].sym = al.sym; in add_hist_entries()
Dhists_output.c48 struct addr_location al; in add_hist_entries() local
69 if (perf_event__preprocess_sample(&event, machine, &al, in add_hist_entries()
73 if (hist_entry_iter__add(&iter, &al, evsel, &sample, in add_hist_entries()
77 fake_samples[i].thread = al.thread; in add_hist_entries()
78 fake_samples[i].map = al.map; in add_hist_entries()
79 fake_samples[i].sym = al.sym; in add_hist_entries()
/linux-4.1.27/drivers/char/
Dtoshiba.c137 unsigned char al; in tosh_emulate_fan() local
149 al = inb(0xe5); in tosh_emulate_fan()
152 regs->ecx = (unsigned int) (al & 0x01); in tosh_emulate_fan()
158 al = inb(0xe5); in tosh_emulate_fan()
160 outb (al | 0x01, 0xe5); in tosh_emulate_fan()
169 al = inb(0xe5); in tosh_emulate_fan()
171 outb(al & 0xfe, 0xe5); in tosh_emulate_fan()
185 al = inb(0xe5); in tosh_emulate_fan()
188 regs->ecx = al & 0x01; in tosh_emulate_fan()
194 al = inb(0xe5); in tosh_emulate_fan()
[all …]
/linux-4.1.27/tools/perf/
Dbuiltin-annotate.c51 struct addr_location *al, in perf_evsel__add_sample() argument
59 (al->sym == NULL || in perf_evsel__add_sample()
60 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in perf_evsel__add_sample()
62 if (al->sym != NULL) { in perf_evsel__add_sample()
63 rb_erase(&al->sym->rb_node, in perf_evsel__add_sample()
64 &al->map->dso->symbols[al->map->type]); in perf_evsel__add_sample()
65 symbol__delete(al->sym); in perf_evsel__add_sample()
70 he = __hists__add_entry(hists, al, NULL, NULL, NULL, 1, 1, 0, true); in perf_evsel__add_sample()
74 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in perf_evsel__add_sample()
86 struct addr_location al; in process_sample_event() local
[all …]
Dbuiltin-mem.c67 struct addr_location al; in dump_raw_samples() local
70 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) { in dump_raw_samples()
76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
79 if (al.map != NULL) in dump_raw_samples()
80 al.map->dso->hit = 1; in dump_raw_samples()
104 al.map ? (al.map->dso ? al.map->dso->long_name : "???") : "???", in dump_raw_samples()
105 al.sym ? al.sym->name : "???"); in dump_raw_samples()
Dbuiltin-inject.c214 struct addr_location al; in perf_event__inject_buildid() local
227 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, &al); in perf_event__inject_buildid()
229 if (al.map != NULL) { in perf_event__inject_buildid()
230 if (!al.map->dso->hit) { in perf_event__inject_buildid()
231 al.map->dso->hit = 1; in perf_event__inject_buildid()
232 if (map__load(al.map, NULL) >= 0) { in perf_event__inject_buildid()
233 dso__inject_build_id(al.map->dso, tool, machine); in perf_event__inject_buildid()
242 al.map->dso->long_name); in perf_event__inject_buildid()
Dbuiltin-top.c674 struct addr_location *al, bool single, in hist_iter__top_callback() argument
682 u64 ip = al->addr; in hist_iter__top_callback()
684 if (al->map) in hist_iter__top_callback()
685 ip = al->map->unmap_ip(al->map, ip); in hist_iter__top_callback()
700 struct addr_location al; in perf_event__process_sample() local
726 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) in perf_event__process_sample()
731 al.cpumode == PERF_RECORD_MISC_KERNEL) { in perf_event__process_sample()
736 al.map && !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ? in perf_event__process_sample()
743 if (al.sym == NULL) { in perf_event__process_sample()
757 al.map == machine->vmlinux_maps[MAP__FUNCTION] && in perf_event__process_sample()
[all …]
Dbuiltin-report.c90 struct addr_location *al, bool single, in hist_iter__report_callback() argument
117 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in hist_iter__report_callback()
122 al->addr); in hist_iter__report_callback()
124 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in hist_iter__report_callback()
138 struct addr_location al; in process_sample_event() local
145 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) { in process_sample_event()
151 if (rep->hide_unresolved && al.sym == NULL) in process_sample_event()
166 if (al.map != NULL) in process_sample_event()
167 al.map->dso->hit = 1; in process_sample_event()
169 ret = hist_entry_iter__add(&iter, &al, evsel, sample, rep->max_stack, in process_sample_event()
Dbuiltin-script.c384 struct addr_location al; in print_sample_addr() local
391 perf_event__preprocess_sample_addr(event, sample, thread, &al); in print_sample_addr()
396 symbol__fprintf_symname_offs(al.sym, &al, stdout); in print_sample_addr()
398 symbol__fprintf_symname(al.sym, stdout); in print_sample_addr()
403 map__fprintf_dsoname(al.map, stdout); in print_sample_addr()
412 struct addr_location *al) in print_sample_bts() argument
430 perf_evsel__print_ip(evsel, sample, al, print_opts, in print_sample_bts()
443 map__fprintf_srcline(al->map, al->addr, "\n ", stdout); in print_sample_bts()
449 struct perf_evsel *evsel, struct addr_location *al) in process_event() argument
451 struct thread *thread = al->thread; in process_event()
[all …]
Dbuiltin-trace.c1901 struct addr_location *al, in print_location() argument
1905 if ((verbose || print_dso) && al->map) in print_location()
1906 fprintf(f, "%s@", al->map->dso->long_name); in print_location()
1908 if ((verbose || print_sym) && al->sym) in print_location()
1909 fprintf(f, "%s+0x%" PRIx64, al->sym->name, in print_location()
1910 al->addr - al->sym->start); in print_location()
1911 else if (al->map) in print_location()
1912 fprintf(f, "0x%" PRIx64, al->addr); in print_location()
1924 struct addr_location al; in trace__pgfault() local
1942 sample->ip, &al); in trace__pgfault()
[all …]
Dbuiltin-diff.c314 struct addr_location *al, u64 period, in hists__add_entry() argument
317 if (__hists__add_entry(hists, al, NULL, NULL, NULL, period, weight, in hists__add_entry()
329 struct addr_location al; in diff__process_sample_event() local
332 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) { in diff__process_sample_event()
338 if (hists__add_entry(hists, &al, sample->period, in diff__process_sample_event()
351 if (!al.filtered) in diff__process_sample_event()
Dbuiltin-timechart.c475 struct addr_location al; in cat_backtrace() local
492 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) { in cat_backtrace()
532 thread__find_addr_location(al.thread, cpumode, in cat_backtrace()
/linux-4.1.27/arch/sh/math-emu/
Dsfp-util.h5 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
8 __x = (al) + (bl); \
9 (sh) = (ah) + (bh) + (__x < (al)); \
13 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
16 __x = (al) - (bl); \
17 (sh) = (ah) - (bh) - (__x > (al)); \
/linux-4.1.27/arch/x86/lib/
Dcmpxchg16b_emu.S27 # Emulate 'cmpxchg16b %gs:(%rsi)' except we return the result in %al not
28 # via the ZF. Caller will access %al to get result.
48 mov $1, %al
54 xor %al,%al
Dcopy_user_nocache_64.S29 100: movb (%rsi),%al
30 101: movb %al,(%rdi)
93 21: movb (%rsi),%al
94 22: movb %al,(%rdi)
Dcopy_user_64.S27 100: movb (%rsi),%al
28 101: movb %al,(%rdi)
149 21: movb (%rsi),%al
150 22: movb %al,(%rdi)
Dmemset_64.S61 movb %sil,%al
123 movb %al,(%rdi)
Dputuser.S45 1: movb %al,(%_ASM_CX)
/linux-4.1.27/arch/powerpc/kernel/
Dio-workarounds.c114 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
120 return bus->ops->name al; \
121 return __do_##name al; \
124 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
130 bus->ops->name al; \
133 __do_##name al; \
143 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
144 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
223 "%r" ((USItype)(al)), \
230 "%r" ((USItype)(al)), \
238 "%r" ((USItype)(al)), \
251 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
258 "rI" ((USItype)(al)), \
265 "rI" ((USItype)(al)), \
272 "rI" ((USItype)(al)), \
279 "rI" ((USItype)(al)), \
287 "rI" ((USItype)(al)), \
Dio.h565 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at; argument
566 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at; argument
576 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
580 return ppc_pci_io.name al; \
581 return __do_##name al; \
584 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
588 ppc_pci_io.name al; \
590 __do_##name al; \
/linux-4.1.27/arch/sparc/math-emu/
Dsfp-util_32.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
13 "%rJ" ((USItype)(al)), \
16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
23 "rJ" ((USItype)(al)), \
Dsfp-util_64.h14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
24 "r" ((UDItype)(al)), \
28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
38 "r" ((UDItype)(al)), \
/linux-4.1.27/arch/s390/include/asm/
Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \ argument
8 unsigned int __sl = (al); \
20 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \ argument
22 unsigned int __sl = (al); \
/linux-4.1.27/arch/x86/boot/
Dapm.c40 ireg.al = 0x04; in query_apm_bios()
44 ireg.al = 0x03; in query_apm_bios()
61 ireg.al = 0x00; in query_apm_bios()
66 ireg.al = 0x04; in query_apm_bios()
Dbioscall.S22 cmpb %al, 3f
24 movb %al, 3f
Dtty.c48 ireg.al = ch; in bios_putchar()
96 return oreg.al; in getchar()
Dvideo-bios.c37 ireg.al = mode; /* AH=0x00 Set Video Mode */ in set_bios_mode()
46 new_mode = oreg.al & 0x7f; in set_bios_mode()
Dvideo-vga.c51 mode = oreg.al; in vga_set_basic_mode()
267 if (oreg.al == 0x1a) { in vga_probe()
Dmain.c72 boot_params.kbd_status = oreg.al; in keyboard_init()
Dheader.S67 andb %al, %al
Dvideo.c51 boot_params.screen_info.orig_video_mode = oreg.al & 0x7f; in store_video_mode()
Dboot.h267 u8 al, ah, eax2, eax3; member
/linux-4.1.27/arch/s390/kernel/vdso32/
Dgettimeofday.S24 0: al %r5,13f-0b(%r5) /* get &_vdso_data */
46 4: al %r0,0(%r15)
47 al %r0,__VDSO_XTIME_NSEC(%r5) /* + xtime */
48 al %r1,__VDSO_XTIME_NSEC+4(%r5)
71 al %r0,12f-6b(%r5)
Dclock_gettime.S24 0: al %r5,21f-0b(%r5) /* get &_vdso_data */
52 al %r0,__VDSO_WTOM_NSEC(%r5)
53 al %r1,__VDSO_WTOM_NSEC+4(%r5)
115 al %r0,__VDSO_XTIME_NSEC(%r5) /* + tk->xtime_nsec */
116 al %r1,__VDSO_XTIME_NSEC+4(%r5)
/linux-4.1.27/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c240 struct addr_location al; in arch_skip_callchain_idx() local
252 MAP__FUNCTION, ip, &al); in arch_skip_callchain_idx()
254 if (al.map) in arch_skip_callchain_idx()
255 dso = al.map->dso; in arch_skip_callchain_idx()
262 rc = check_return_addr(dso, al.map->start, ip); in arch_skip_callchain_idx()
265 dso->long_name, al.sym->name, ip, rc); in arch_skip_callchain_idx()
/linux-4.1.27/fs/hpfs/
Ddentry.c40 unsigned al = len; in hpfs_compare_dentry() local
43 hpfs_adjust_length(str, &al); in hpfs_compare_dentry()
53 if (hpfs_compare_names(parent->d_sb, str, al, name->name, bl, 0)) in hpfs_compare_dentry()
/linux-4.1.27/arch/x86/platform/olpc/
Dxo1-wakeup.S8 movb $0x34, %al
9 outb %al, $0x70
10 movb $\value, %al
11 outb %al, $0x71
/linux-4.1.27/arch/x86/math-emu/
Dpolynom_Xsig.S60 movb %al,OVERFLOWED
115 sbbb %al,%al
116 movb %al,OVERFLOWED /* Used in the next iteration */
Dwm_shrx.S141 setne %al
158 setne %al
183 setne %al
197 setne %al
Dreg_round.S540 orb %cl,%al
/linux-4.1.27/fs/qnx4/
DREADME3 Please send diffs and remarks to <al@alarsen.net> .
9 Anders Larsen <al@alarsen.net> (Maintainer)
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c308 struct addr_location *al) in python_process_callchain() argument
319 if (thread__resolve_callchain(al->thread, evsel, in python_process_callchain()
384 struct addr_location *al) in python_process_tracepoint() argument
397 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint()
431 callchain = python_process_callchain(sample, evsel, al); in python_process_tracepoint()
681 tuple_set_u64(t, 2, es->al->machine->db_id); in python_export_sample()
682 tuple_set_u64(t, 3, es->al->thread->db_id); in python_export_sample()
768 struct addr_location *al) in python_process_general_event() argument
817 PyString_FromString(thread__comm_str(al->thread))); in python_process_general_event()
818 if (al->map) { in python_process_general_event()
[all …]
Dtrace-event-perl.c363 struct addr_location *al) in perl_process_event() argument
365 perl_process_tracepoint(sample, evsel, al->thread); in perl_process_event()
/linux-4.1.27/net/core/
Ddrop_monitor.c78 size_t al; in reset_per_cpu_data() local
84 al = sizeof(struct net_dm_alert_msg); in reset_per_cpu_data()
85 al += dm_hit_limit * sizeof(struct net_dm_drop_point); in reset_per_cpu_data()
86 al += sizeof(struct nlattr); in reset_per_cpu_data()
88 skb = genlmsg_new(al, GFP_KERNEL); in reset_per_cpu_data()
96 memset(msg, 0, al); in reset_per_cpu_data()
/linux-4.1.27/arch/unicore32/lib/
Dcopy_from_user.S56 .macro ldr1b ptr reg cond=al abort
68 .macro str1b ptr reg cond=al abort
69 .ifnc \cond, al
Dcopy_to_user.S48 .macro ldr1b ptr reg cond=al abort
65 .macro str1b ptr reg cond=al abort
/linux-4.1.27/arch/unicore32/include/asm/
Dassembler.h93 .else; .ifnc \cond, al
119 .macro strusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f
123 .macro ldrusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f
/linux-4.1.27/include/linux/
Dmath64.h150 u32 ah, al; in mul_u64_u32_shr() local
153 al = a; in mul_u64_u32_shr()
156 ret = ((u64)al * mul) >> shift; in mul_u64_u32_shr()
/linux-4.1.27/arch/arm/boot/dts/
Dalpine.dtsi32 compatible = "al,alpine";
38 enable-method = "al,alpine-smp";
104 compatible = "al,alpine-cpu-resume";
110 compatible = "al,alpine-sysfabric-service", "syscon";
/linux-4.1.27/drivers/block/drbd/
Ddrbd_actlog.c340 struct lru_cache *al = device->act_log; in drbd_al_begin_io_nonblock() local
352 available_update_slots = min(al->nr_elements - al->used, in drbd_al_begin_io_nonblock()
353 al->max_pending_changes - al->pending_changes); in drbd_al_begin_io_nonblock()
367 if (!al->pending_changes) in drbd_al_begin_io_nonblock()
611 struct al_transaction_on_disk *al = buffer; in drbd_initialize_al() local
617 memset(al, 0, 4096); in drbd_initialize_al()
618 al->magic = cpu_to_be32(DRBD_AL_MAGIC); in drbd_initialize_al()
619 al->transaction_type = cpu_to_be16(AL_TR_INITIALIZED); in drbd_initialize_al()
620 al->crc32c = cpu_to_be32(crc32c(0, al, 4096)); in drbd_initialize_al()
/linux-4.1.27/crypto/
Dvmac.c190 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
194 PMUL64(t3h, t3l, al, kh); \
197 PMUL64(ah, al, al, kl); \
199 ADD128(ah, al, t1h, t1l); \
209 ADD128(ah, al, mh, ml); \
210 ADD128(ah, al, z, t2h); \
296 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
297 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
DKconfig347 Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
/linux-4.1.27/arch/x86/realmode/rm/
Dwakeup_asm.S52 orb $X86_CR0_PE, %al
62 andb $~X86_CR0_PE, %al
/linux-4.1.27/arch/arm/include/asm/
Dassembler.h132 asm_trace_hardirqs_on_cond al
368 .ifnc \cond,al
409 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f
413 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1534 struct i40e_virtchnl_ether_addr_list *al = in i40e_vc_add_mac_addr_msg() local
1538 u16 vsi_id = al->vsi_id; in i40e_vc_add_mac_addr_msg()
1549 for (i = 0; i < al->num_elements; i++) { in i40e_vc_add_mac_addr_msg()
1550 ret = i40e_check_vf_permission(vf, al->list[i].addr); in i40e_vc_add_mac_addr_msg()
1557 for (i = 0; i < al->num_elements; i++) { in i40e_vc_add_mac_addr_msg()
1560 f = i40e_find_mac(vsi, al->list[i].addr, true, false); in i40e_vc_add_mac_addr_msg()
1563 f = i40e_put_mac_in_vlan(vsi, al->list[i].addr, in i40e_vc_add_mac_addr_msg()
1566 f = i40e_add_filter(vsi, al->list[i].addr, -1, in i40e_vc_add_mac_addr_msg()
1598 struct i40e_virtchnl_ether_addr_list *al = in i40e_vc_del_mac_addr_msg() local
1602 u16 vsi_id = al->vsi_id; in i40e_vc_del_mac_addr_msg()
[all …]
/linux-4.1.27/drivers/ata/
Dpata_ep93xx.c803 static int ep93xx_pata_softreset(struct ata_link *al, unsigned int *classes, in ep93xx_pata_softreset() argument
806 struct ata_port *ap = al->ap; in ep93xx_pata_softreset()
819 ap->ops->sff_dev_select(al->ap, 0); in ep93xx_pata_softreset()
824 if (rc && (rc != -ENODEV || sata_scr_valid(al))) { in ep93xx_pata_softreset()
825 ata_link_err(al, "SRST failed (errno=%d)\n", rc); in ep93xx_pata_softreset()
830 classes[0] = ata_sff_dev_classify(&al->device[0], devmask & (1 << 0), in ep93xx_pata_softreset()
833 classes[1] = ata_sff_dev_classify(&al->device[1], in ep93xx_pata_softreset()
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S365 testb $X86_CR4_PAE, %al # check if PAE is enabled
437 movb %al,%cl # save reg for future use
440 andb $0xf0,%al # mask model
441 shrb $4,%al
442 movb %al,X86_MODEL
Dentry_32.S333 movb PT_CS(%esp), %al
471 setbe %al /* 1 if so, 0 if not */
472 movzbl %al,%eax /* zero-extend that */
527 movb PT_CS(%esp), %al
700 mov GDT_ESPFIX_SS + 4, %al /* bits 16..23 */
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_bt829.c42 static void seems_wr_byte(unsigned char al);
45 static unsigned int read_index(unsigned char al);
/linux-4.1.27/drivers/thermal/
Dtegra_soctherm.c207 s64 r, al; in div64_s64_precise() local
210 al = a << 16; in div64_s64_precise()
212 r = div64_s64(al * 2 + 1, 2 * b); in div64_s64_precise()
/linux-4.1.27/drivers/mtd/nand/
Dfsl_elbc_nand.c626 unsigned int al; in fsl_elbc_chip_init_tail() local
629 al = 0; in fsl_elbc_chip_init_tail()
631 al++; in fsl_elbc_chip_init_tail()
633 al++; in fsl_elbc_chip_init_tail()
635 priv->fmr |= al << FMR_AL_SHIFT; in fsl_elbc_chip_init_tail()
Dcafe_nand.c559 u8 ah, al, bh, bl, ch, cl; in gf4096_mul() local
562 al = a & 0x3f; in gf4096_mul()
566 ch = gf64_mul(ah ^ al, bh ^ bl) ^ gf64_mul(al, bl); in gf4096_mul()
567 cl = gf64_mul(gf64_mul(ah, bh), 0x21) ^ gf64_mul(al, bl); in gf4096_mul()
/linux-4.1.27/fs/ntfs/
Dattrib.c714 u8 *al = al_start; in load_attribute_list() local
715 u8 *al_end = al + initialized_size; in load_attribute_list()
725 if (!vol || !runlist || !al || size <= 0 || initialized_size < 0 || in load_attribute_list()
729 memset(al, 0, size); in load_attribute_list()
767 if (al + block_size >= al_end) in load_attribute_list()
769 memcpy(al, bh->b_data, block_size); in load_attribute_list()
771 al += block_size; in load_attribute_list()
783 if (al < al_end) { in load_attribute_list()
792 memcpy(al, bh->b_data, al_end - al); in load_attribute_list()
/linux-4.1.27/drivers/usb/misc/sisusbvga/
Dsisusb_init.c739 unsigned short al, unsigned short dh) in SiS_WriteDAC() argument
747 d3 = al; in SiS_WriteDAC()
751 d2 = al; in SiS_WriteDAC()
755 d1 = al; in SiS_WriteDAC()
/linux-4.1.27/Documentation/
Dbasic_profiling.txt4 Thanks to John Levon, Dave Hansen, et al. for help writing this.
Dkmemcheck.txt507 ffffffff8104edea: test $0x2,%al
510 ffffffff8104edf0: test $0x1,%al
Dedac.txt14 Doug Thompson, Dave Jiang, Dave Peterson et al,
/linux-4.1.27/arch/x86/ia32/
Dia32entry.S269 1: setbe %al /* 1 if error, 0 if not */
270 movzbl %al,%edi /* zero-extend that into %edi */
/linux-4.1.27/arch/x86/kvm/
Demulate.c334 FOP1E(op##b, al) \
363 FOP2E(op##b, al, dl) \
381 FOP2E(op##b, al, cl) \
390 FOP2E(op##b, dl, al) \
2972 u8 al, old_al; in em_das() local
2976 al = ctxt->dst.val; in em_das()
2978 old_al = al; in em_das()
2982 if ((al & 0x0f) > 9 || af) { in em_das()
2983 al -= 6; in em_das()
2984 cf = old_cf | (al >= 250); in em_das()
[all …]
/linux-4.1.27/mm/
Dslub.c5246 struct saved_alias *al; in sysfs_slab_alias() local
5256 al = kmalloc(sizeof(struct saved_alias), GFP_KERNEL); in sysfs_slab_alias()
5257 if (!al) in sysfs_slab_alias()
5260 al->s = s; in sysfs_slab_alias()
5261 al->name = name; in sysfs_slab_alias()
5262 al->next = alias_list; in sysfs_slab_alias()
5263 alias_list = al; in sysfs_slab_alias()
5291 struct saved_alias *al = alias_list; in slab_sysfs_init() local
5294 err = sysfs_slab_alias(al->s, al->name); in slab_sysfs_init()
5297 al->name); in slab_sysfs_init()
[all …]
/linux-4.1.27/arch/x86/crypto/
Dblowfish-x86_64-asm_64.S49 #define RX0bl %al
Daes-x86_64-asm_64.S25 #define R1L %al
Dtwofish-x86_64-asm_64-3way.S54 #define RAB0bl %al
Daes-i586-asm_32.S63 #define eaxl al
Dtwofish-x86_64-asm_64.S44 #define R0B %al
Daesni-intel_avx-x86_64.S48 ## Vinodh Gopal et. al. Optimized Galois-Counter-Mode Implementation
51 ## Erdinc Ozturk et. al. Enabling High-Performance Galois-Counter-Mode
1325 movb (arg3, %r11), %al
1326 movb %al, TMP1 (%rsp , %r11)
1377 movb %al, (arg2 , %r11)
2602 movb (arg3, %r11), %al
2603 movb %al, TMP1 (%rsp , %r11)
2652 movb %al, (arg2 , %r11)
Dtwofish-i586-asm_32.S49 #define R0B %al
Dcast6-avx-x86_64-asm_64.S85 #define RGI3bl %al
Dtwofish-avx-x86_64-asm_64.S89 #define RGI3bl %al
Dcamellia-x86_64-asm_64.S67 #define RAB0bl %al
Dcast5-avx-x86_64-asm_64.S85 #define RGI3bl %al
Ddes3_ede-asm_64.S58 #define RW0bl %al
Daesni-intel_asm.S1407 mov %al, (%arg2, %r11, 1)
1671 mov %al, (%arg2, %r11, 1)
/linux-4.1.27/drivers/pinctrl/bcm/
Dpinctrl-cygnus-mux.c480 #define CYGNUS_PIN_GROUP(group_name, off, sh, al) \ argument
488 .alt = al, \
/linux-4.1.27/drivers/staging/xgifb/
Dvb_setmode.c749 unsigned short temp, ah, al, temp2, i, DisplayUnit; in XGI_SetCRT1Offset() local
814 al = DisplayUnit & 0x00ff; in XGI_SetCRT1Offset()
815 if (al == 0) in XGI_SetCRT1Offset()
1080 unsigned short al, in XGI_WriteDAC() argument
1087 bl = al; in XGI_WriteDAC()
1110 unsigned short data, data2, i, k, m, n, o, si, di, bx, dl, al, ah, dh; in XGI_LoadDAC() local
1151 al = table[bx]; in XGI_LoadDAC()
1153 XGI_WriteDAC(dl, ah, al, dh, pVBInfo); in XGI_LoadDAC()
1161 al = table[si]; in XGI_LoadDAC()
1163 XGI_WriteDAC(dl, ah, al, dh, pVBInfo); in XGI_LoadDAC()
/linux-4.1.27/Documentation/hwmon/
Dds162163 readings. Be sure to have a high vs. low temperature limit gap of al least
/linux-4.1.27/Documentation/devicetree/bindings/
Dvendor-prefixes.txt14 al Annapurna Labs
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_dpm.c220 u32 k, a, ah, al; in r600_calculate_at() local
231 al = a - ah; in r600_calculate_at()
234 *tl = t + al; in r600_calculate_at()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c956 u16 aggr_limit = 0, al = 0, bpad = 0, in ath_tx_form_aggr() local
973 if (aggr_limit < al + bpad + al_delta || in ath_tx_form_aggr()
984 al += bpad + al_delta; in ath_tx_form_aggr()
1020 al = get_frame_info(bf->bf_mpdu)->framelen; in ath_tx_form_aggr()
1026 *aggr_len = al; in ath_tx_form_aggr()
/linux-4.1.27/arch/s390/kernel/
Dsclp.S55 al %r2,.LtimeS1-.LbaseS1(%r13)
/linux-4.1.27/drivers/video/fbdev/sis/
Dinit.c2859 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) in SiS_WriteDAC() argument
2864 case 0: d1 = dh; d2 = ah; d3 = al; break; in SiS_WriteDAC()
2865 case 1: d1 = ah; d2 = al; d3 = dh; break; in SiS_WriteDAC()
2866 default: d1 = al; d2 = dh; d3 = ah; in SiS_WriteDAC()
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell
1398 44..2288.. ssiiggnnaall
1426 55.. TThhee mmiinniiccaacchhee aanndd ddoowwnnccaallllss
1595 66.. IInniittiiaalliizzaattiioonn aanndd cclleeaannuupp
/linux-4.1.27/kernel/rcu/
Dtree.c3498 bool al = true; in rcu_cpu_has_callbacks() local
3509 al = false; in rcu_cpu_has_callbacks()
3514 *all_lazy = al; in rcu_cpu_has_callbacks()
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt385 # ls -al kernel-source/tools/perf/scripts/python
387 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python
/linux-4.1.27/lib/
DKconfig174 tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
/linux-4.1.27/drivers/bus/
Darm-ccn.c498 static CCN_CMP_MASK_ATTR_RO(al);
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h2168 uint64_t al:2; member
2178 uint64_t al:2;
/linux-4.1.27/Documentation/RCU/
DRTFP.txt34 In 1987, Rashid et al. described lazy TLB-flush [RichardRashid87a].
83 Also in 1995, Pu et al. [Pu95a] applied a technique similar to that of Pugh's
2297 , school = "Ecole Polytechnique de Montr\'{e}al"
/linux-4.1.27/tools/power/cpupower/po/
Dit.po618 " postponendo l'unità di misura al valore senza nessuno spazio fra loro\n"
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt501 Al Stone <al.stone@linaro.org>
/linux-4.1.27/Documentation/block/
Dbiodoc.txt1177 et al - Feb-March 2001 (many of the initial thoughts that led to bio were
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-199789 * scsi.c/h, hosts.c/h et al reindented to increase readability
/linux-4.1.27/
DCREDITS2727 D: part that remains is the GFP_KERNEL et al #defines. :)
DMAINTAINERS8058 M: Anders Larsen <al@alarsen.net>