Searched refs:al (Results 76 - 100 of 160) sorted by last modified time

1234567

/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c256 if (mphy->leds.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/arch/x86/lib/
H A Dputuser.S50 1: movb %al,(%_ASM_CX)
59 2: movb %al,(%_ASM_CX)
H A Dmemset_64.S35 movb %sil,%al
99 movb %al,(%rdi)
H A Dcopy_user_64.S43 0: movb (%rsi),%al
44 1: movb %al,(%rdi)
H A Dcopy_user_uncached_64.S138 80: movb (%rsi),%al
139 81: movb %al,(%rdi)
170 90: movb (%rsi),%al
171 91: movb %al,(%rdi)
H A Dclear_page_64.S76 0: movb %al,(%rdi)
/linux-master/fs/ntfs3/
H A Dattrlist.c297 typeof(ni->attr_list) *al = &ni->attr_list;
303 old_size = al->size;
310 off = PtrOffset(al->le, le);
318 memcpy(ptr, al->le, off);
321 kvfree(al->le);
322 al->le = ptr;
328 al->size = new_size;
339 err = attr_set_size(ni, ATTR_LIST, NULL, 0, &al->run, new_size,
344 al->size = old_size;
348 al
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c105 if (mphy->leds.al)
/linux-master/tools/arch/x86/lib/
H A Dmemset_64.S35 movb %sil,%al
99 movb %al,(%rdi)
/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/arch/x86/crypto/
H A 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
478 movb %al, (arg3 , %r11)
562 mov %al, (%r10)
696 mov 7(\DPTR, \DLEN, 1), %al
705 mov -1(\DPTR, \DLEN, 1), %al
848 movb %al, (\CYPH_PLAIN_OUT, \DATA_OFFSET, 1)
/linux-master/tools/perf/util/
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/tests/
H A Dhists_link.c69 struct addr_location al; local
74 addr_location__init(&al);
89 if (machine__resolve(machine, &al, &sample) < 0)
92 he = hists__add_entry(hists, &al, NULL,
99 fake_common_samples[k].thread = thread__get(al.thread);
101 fake_common_samples[k].map = map__get(al.map);
102 fake_common_samples[k].sym = al.sym;
109 if (machine__resolve(machine, &al, &sample) < 0)
112 he = hists__add_entry(hists, &al, NULL,
119 fake_samples[i][k].thread = thread__get(al
[all...]
/linux-master/drivers/pci/controller/dwc/
H A DMakefile41 obj-$(CONFIG_PCIE_AL) += pcie-al.o
46 obj-$(CONFIG_ARM64) += pcie-al.o
/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/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c489 if (dev->mphy.leds.al)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dinit.c358 if (mphy->leds.al)
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c101 * Return information about address (al->size must be set before
104 __s32 (*resolve_address)(void *ctx, __u64 address, struct perf_dlfilter_al *al);
231 const struct perf_dlfilter_al *al; local
233 al = perf_dlfilter_fns.resolve_ip(ctx);
234 if (!al)
237 CHECK(al->sym && !strcmp("foo", al->sym));
238 CHECK(!al->symoff);
260 const struct perf_dlfilter_al *al; local
262 al
[all...]
H A Ddlfilter-test-api-v2.c110 * Return information about address (al->size must be set before
112 * when 'al' data is no longer needed.
114 __s32 (*resolve_address)(void *ctx, __u64 address, struct perf_dlfilter_al *al);
127 void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al);
246 const struct perf_dlfilter_al *al; local
248 al = perf_dlfilter_fns.resolve_ip(ctx);
249 if (!al)
252 CHECK(al->sym && !strcmp("foo", al->sym));
253 CHECK(!al
275 const struct perf_dlfilter_al *al; local
[all...]
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h105 * Return information about address (al->size must be set before
107 * when 'al' data is no longer needed.
109 __s32 (*resolve_address)(void *ctx, __u64 address, struct perf_dlfilter_al *al);
122 void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al);
/linux-master/tools/perf/
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/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/lib/crypto/mpi/
H A Dlonglong.h114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
121 "%r" ((USItype)(al)), \
123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
130 "r" ((USItype)(al)), \
176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
183 "%r" ((USItype)(al)), \
185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
192 "r" ((USItype)(al)), \
263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
270 "%1" ((USItype)(al)), \
[all...]
/linux-master/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c244 struct addr_location al; local
253 addr_location__init(&al);
256 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);
258 if (al.map)
259 dso = map__dso(al.map);
263 addr_location__exit(&al);
267 rc = check_return_addr(dso, map__start(al.map), ip);
270 dso->long_name, al.sym->name, ip, rc);
285 addr_location__exit(&al);

Completed in 269 milliseconds

1234567