Searched refs:al (Results 101 - 125 of 156) sorted by relevance

1234567

/linux-master/tools/perf/util/
H A Dbuild-id.c51 struct addr_location al; local
61 addr_location__init(&al);
62 if (thread__find_map(thread, sample->cpumode, sample->ip, &al))
63 map__dso(al.map)->hit = 1;
65 addr_location__exit(&al);
H A Dcs-etm.c973 struct addr_location al; local
981 addr_location__init(&al);
1006 if (!thread__find_map(tidq->thread, cpumode, address, &al))
1009 dso = map__dso(al.map);
1017 offset = map__map_ip(al.map, address);
1019 map__load(al.map);
1037 addr_location__exit(&al);
/linux-master/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c727 unsigned int al; local
776 al = 0;
778 al++;
780 al++;
782 priv->fmr |= al << FMR_AL_SHIFT;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2881 * @al: MAC address list from virtchnl
2896 struct virtchnl_ether_addr_list *al)
2904 for (i = 0; i < al->num_elements; i++) {
2906 u8 *addr = al->list[i].addr;
3039 struct virtchnl_ether_addr_list *al = local
3047 !i40e_vc_isvalid_vsi_id(vf, al->vsi_id)) {
3059 ret = i40e_check_vf_permission(vf, al);
3066 for (i = 0; i < al->num_elements; i++) {
3069 f = i40e_find_mac(vsi, al->list[i].addr);
3071 f = i40e_add_mac_filter(vsi, al
2895 i40e_check_vf_permission(struct i40e_vf *vf, struct virtchnl_ether_addr_list *al) argument
3107 struct virtchnl_ether_addr_list *al = local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-trace.c2445 struct addr_location al; local
2451 addr_location__init(&al);
2452 if (machine__resolve(trace->host, &al, sample) < 0)
2455 err = thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack);
2457 addr_location__exit(&al);
2901 struct addr_location *al,
2905 if ((verbose > 0 || print_dso) && al->map)
2906 fprintf(f, "%s@", map__dso(al->map)->long_name);
2908 if ((verbose > 0 || print_sym) && al->sym)
2909 fprintf(f, "%s+0x%" PRIx64, al
2900 print_location(FILE *f, struct perf_sample *sample, struct addr_location *al, bool print_dso, bool print_sym) argument
2923 struct addr_location al; local
[all...]
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-kmem.c399 struct addr_location al; local
405 addr_location__init(&al);
411 al.thread = machine__findnew_thread(machine, sample->pid, sample->tid);
417 sample__resolve_callchain(sample, cursor, NULL, evsel, &al, 16);
448 addr_location__exit(&al);
H A Dbuiltin-kwork.c741 struct addr_location *al)
802 sample__fprintf_sym(sample, al, 0,
853 struct addr_location al; local
856 addr_location__init(&al);
857 if (machine__resolve(machine, &al, sample) < 0) {
873 timehist_print_event(kwork, work, atom, sample, &al);
878 addr_location__exit(&al);
737 timehist_print_event(struct perf_kwork *kwork, struct kwork_work *work, struct kwork_atom *atom, struct perf_sample *sample, struct addr_location *al) argument
H A Dbuiltin-inject.c752 struct addr_location al; local
755 addr_location__init(&al);
763 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) {
764 struct dso *dso = map__dso(al.map);
769 sample->cpumode, map__flags(al.map));
776 addr_location__exit(&al);
/linux-master/net/core/
H A Ddrop_monitor.c134 size_t al; local
141 al = sizeof(struct net_dm_alert_msg);
142 al += dm_hit_limit * sizeof(struct net_dm_drop_point);
143 al += sizeof(struct nlattr);
145 skb = genlmsg_new(al, GFP_KERNEL);
165 memset(msg, 0, al);
/linux-master/drivers/nvme/host/
H A Dtrace.c407 u32 al = get_unaligned_le32(spc + 4); local
409 trace_seq_printf(p, "spsp0=%02x, spsp1=%02x, secp=%02x, al=%u",
410 spsp0, spsp1, secp, al);
/linux-master/arch/x86/boot/
H A Dvideo.c51 boot_params.screen_info.orig_video_mode = oreg.al & 0x7f;
H A Dboot.h242 u8 al, ah, eax2, eax3; member in struct:biosregs::__anon66::__anon69
/linux-master/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S34 #define RX0bl %al
H A Dtwofish-x86_64-asm_64-3way.S39 #define RAB0bl %al
H A Dtwofish-x86_64-asm_64.S31 #define R0B %al
/linux-master/arch/arc/kernel/
H A Dentry.S251 ; If ret to user mode do we need to handle signals, schedule() et al.
/linux-master/arch/x86/include/asm/
H A Dasm.h72 #define _ASM_ARG1B al
H A Dnospec-branch.h89 movb $0xfc, %al; \
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c68 SDT_NAME_REG(al, ax),
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c2060 struct virtchnl_ether_addr_list *al = local
2076 !ice_vc_isvalid_vsi_id(vf, al->vsi_id)) {
2086 (vf->num_mac + al->num_elements) > ICE_MAX_MACADDR_PER_VF) {
2099 for (i = 0; i < al->num_elements; i++) {
2100 u8 *mac_addr = al->list[i].addr;
2107 result = ice_vc_cfg_mac(vf, vsi, &al->list[i]);
3843 struct virtchnl_ether_addr_list *al = local
3850 !ice_vc_isvalid_vsi_id(vf, al->vsi_id)) {
3863 for (i = 0; i < al->num_elements; i++) {
3864 u8 *mac_addr = al
3897 struct virtchnl_ether_addr_list *al = local
[all...]
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c221 #define NSP_PIN_GROUP(group_name, ba, sh, ma, al) \
230 .alt = al, \
/linux-master/arch/x86/kvm/
H A Demulate.c341 FOP1E(op##b, al) \
372 FOP2E(op##b, al, dl) \
390 FOP2E(op##b, al, cl) \
399 FOP2E(op##b, dl, al) \
422 #op " %al \n\t" \
446 "pushf; sbb %al, %al; popf \n\t"
3054 u8 al, old_al; local
3058 al = ctxt->dst.val;
3060 old_al = al;
3092 u8 al, ah; local
3114 u8 al = ctxt->dst.val & 0xff; local
[all...]
/linux-master/mm/
H A Dslub.c6801 struct saved_alias *al; local
6811 al = kmalloc(sizeof(struct saved_alias), GFP_KERNEL);
6812 if (!al)
6815 al->s = s;
6816 al->name = name;
6817 al->next = alias_list;
6818 alias_list = al;
6819 kmsan_unpoison_memory(al, sizeof(*al));
6847 struct saved_alias *al local
[all...]
/linux-master/arch/arm/mm/
H A Dcache-v7m.S30 .macro v7m_cacheop, rt, tmp, op, c = al

Completed in 375 milliseconds

1234567