Searched refs:al (Results 76 - 100 of 156) sorted by relevance

1234567

/linux-master/arch/arm/lib/
H A Dcopy_to_user.S48 .macro ldr1b ptr reg cond=al abort
89 .macro str1b ptr reg cond=al abort
/linux-master/include/linux/
H A Dmath64.h182 u32 ah, al; local
185 al = a;
188 ret = mul_u32_u32(al, mul) >> shift;
/linux-master/tools/perf/util/
H A Dsymbol.h160 const struct addr_location *al,
164 const struct addr_location *al, FILE *fp);
166 const struct addr_location *al,
H A Dmachine.c2052 struct addr_location al; local
2054 addr_location__init(&al);
2062 thread__find_cpumode_addr_location(thread, ip, &al);
2065 ams->al_addr = al.addr;
2066 ams->al_level = al.level;
2067 ams->ms.maps = maps__get(al.maps);
2068 ams->ms.sym = al.sym;
2069 ams->ms.map = map__get(al.map);
2072 addr_location__exit(&al);
2079 struct addr_location al; local
2096 sample__resolve_mem(struct perf_sample *sample, struct addr_location *al) argument
2153 struct addr_location al; local
2226 sample__resolve_bstack(struct perf_sample *sample, struct addr_location *al) argument
[all...]
H A Dhist.h145 struct addr_location *al, bool single, void *arg);
154 struct addr_location *al,
164 struct addr_location *al,
173 struct addr_location *al,
176 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
553 void hist__account_cycles(struct branch_stack *bs, struct addr_location *al,
H A Dblock-info.c121 static struct addr_location al; local
127 memset(&al, 0, sizeof(al));
128 al.map = he->ms.map;
129 al.sym = he->ms.sym;
149 &al, bi);
H A Dmachine.h175 struct addr_location *al);
177 struct addr_location *al);
306 int machine__resolve(struct machine *machine, struct addr_location *al,
H A Dkvm-stat.h92 struct addr_location al; member in struct:perf_kvm_stat
H A Dintel-pt.c754 struct addr_location al; local
765 addr_location__init(&al);
812 if (!thread__find_map(thread, cpumode, *ip, &al) || !map__dso(al.map)) {
813 if (al.map)
817 addr_location__exit(&al);
821 dso = map__dso(al.map);
829 offset = map__map_ip(al.map, *ip);
855 map__load(al.map);
904 if (*ip >= map__end(al
985 struct addr_location al; local
3380 intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) argument
3399 struct addr_location al; local
[all...]
H A Dcallchain.h253 struct evsel *evsel, struct addr_location *al,
256 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
/linux-master/tools/perf/
H A Dbuiltin-top.c727 struct addr_location *al, bool single,
735 perf_top__record_precise_ip(top, iter->he, iter->sample, evsel, al->addr);
737 hist__account_cycles(iter->sample->branch_stack, al, iter->sample,
750 struct addr_location al; local
775 addr_location__init(&al);
776 if (machine__resolve(machine, &al, sample) < 0)
780 thread__set_lbr_stitch_enable(al.thread, true);
784 al.cpumode == PERF_RECORD_MISC_KERNEL) {
790 al.map && map__has_symbols(al
[all...]
H A Dbuiltin-report.c164 struct addr_location *al, bool single,
192 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
196 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
198 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
206 struct addr_location *al __maybe_unused,
272 struct addr_location al; local
289 addr_location__init(&al);
290 if (machine__resolve(machine, &al, sample) < 0) {
298 thread__set_lbr_stitch_enable(al.thread, true);
300 if (symbol_conf.hide_unresolved && al
163 hist_iter__report_callback(struct hist_entry_iter *iter, struct addr_location *al, bool single, void *arg) argument
[all...]
H A Dbuiltin-diff.c398 struct addr_location al; local
412 addr_location__init(&al);
413 if (machine__resolve(machine, &al, sample) < 0) {
427 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL,
434 hist__account_cycles(sample->branch_stack, &al, sample, false,
439 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH,
447 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, NULL, sample,
462 if (!al.filtered)
466 addr_location__exit(&al);
/linux-master/arch/x86/boot/
H A Dmain.c73 boot_params.kbd_status = oreg.al;
H A Dvideo-vga.c49 mode = oreg.al;
265 if (oreg.al == 0x1a) {
/linux-master/arch/x86/lib/
H A Dclear_page_64.S76 0: movb %al,(%rdi)
/linux-master/crypto/
H A Dvmac.c228 #define poly_step(ah, al, kh, kl, mh, ml) \
232 PMUL64(t3h, t3l, al, kh); \
235 PMUL64(ah, al, al, kl); \
237 ADD128(ah, al, t1h, t1l); \
240 /* now (ah,al), (t2l,2*t2h) need summing */ \
247 ADD128(ah, al, mh, ml); \
248 ADD128(ah, al, z, t2h); \
334 #define poly_step(ah, al, kh, kl, mh, ml) \
335 poly_step_func(&(ah), &(al),
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dio.h644 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at;
645 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at;
655 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \
659 return ppc_pci_io.name al; \
660 return __do_##name al; \
663 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \
667 ppc_pci_io.name al; \
669 __do_##name al; \
/linux-master/arch/x86/entry/
H A Dentry_32.S319 movb PT_CS(%esp), %al
836 testb %al, %al
1006 mov %cs:GDT_ESPFIX_OFFSET + 4(%ecx), %al /* bits 16..23 */
1048 movb PT_CS(%esp), %al
/linux-master/drivers/ata/
H A Dpata_ep93xx.c805 static int ep93xx_pata_softreset(struct ata_link *al, unsigned int *classes, argument
808 struct ata_port *ap = al->ap;
821 ap->ops->sff_dev_select(al->ap, 0);
826 if (rc && (rc != -ENODEV || sata_scr_valid(al))) {
827 ata_link_err(al, "SRST failed (errno=%d)\n", rc);
832 classes[0] = ata_sff_dev_classify(&al->device[0], devmask & (1 << 0),
835 classes[1] = ata_sff_dev_classify(&al->device[1],
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c48 /* maximum slot number, "al-extents" in drbd.conf speak.
294 /* al extent number to bit */
408 drbd_err(device, "disk is %s, cannot start al transaction\n",
416 "disk is %s, cannot write al transaction\n",
486 struct lru_cache *al = device->act_log; local
498 available_update_slots = min(al->nr_elements - al->used,
499 al->max_pending_changes - al->pending_changes);
513 if (!al
610 struct al_transaction_on_disk *al = buffer; local
[all...]
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h67 #define _ASM_ARG1B al
/linux-master/arch/arm/include/asm/
H A Dassembler.h136 .macro asm_trace_hardirqs_on, cond=al, save=1
488 .ifnc \cond,al
529 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f
533 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f
/linux-master/drivers/nvme/target/
H A Dtrace.c265 u32 al = get_unaligned_le32(spc + 4); local
267 trace_seq_printf(p, "spsp0=%02x, spsp1=%02x, secp=%02x, al=%u",
268 spsp0, spsp1, secp, 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 222 milliseconds

1234567