Searched refs:al (Results 126 - 150 of 156) sorted by relevance

1234567

/linux-master/arch/x86/crypto/
H A Dcast6-avx-x86_64-asm_64.S71 #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)
H A Dtwofish-i586-asm_32.S36 #define R0B %al
H A Dtwofish-avx-x86_64-asm_64.S72 #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 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)
H A Daesni-intel_asm.S419 mov %al, (%arg3, %r11, 1)
493 mov %al, (%r10)
574 mov 7(\DPTR, \DLEN, 1), %al
585 mov -1(\DPTR, \DLEN, 1), %al
767 movb %al, (\CYPH_PLAIN_OUT, \DATA_OFFSET, 1)
H A Ddes3_ede-asm_64.S49 #define RW0bl %al
/linux-master/tools/perf/
H A Dbuiltin-c2c.c285 struct addr_location al; local
290 addr_location__init(&al);
291 if (machine__resolve(machine, &al, sample) < 0) {
299 thread__set_lbr_stitch_enable(al.thread, true);
303 evsel, &al, sysctl_perf_event_max_stack);
307 mi = sample__resolve_mem(sample, &al);
323 &al, NULL, NULL, mi, NULL,
357 &al, NULL, NULL, mi, NULL,
377 addr_location__exit(&al);
H A Dbuiltin-sched.c2014 struct addr_location *al,
2073 sample__fprintf_sym(sample, al, 0,
2551 struct addr_location al; local
2558 addr_location__init(&al);
2559 if (machine__resolve(machine, &al, sample) < 0) {
2646 timehist_print_sample(sched, evsel, sample, &al, thread, t, state);
2667 addr_location__exit(&al);
2011 timehist_print_sample(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct thread *thread, u64 t, const char state) argument
H A Dbuiltin-kvm.c799 &kvm->al, NULL, NULL, NULL, ki, sample, true);
1204 if (machine__resolve(machine, &kvm->al, sample) < 0) {
/linux-master/drivers/pinctrl/bcm/
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/irqchip/
H A DMakefile4 obj-$(CONFIG_AL_FIC) += irq-al-fic.o
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c221 u32 k, a, ah, al; local
232 al = a - ah;
235 *tl = t + al;
/linux-master/arch/x86/math-emu/
H A Dreg_round.S541 orb %cl,%al
/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/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1038 u16 aggr_limit = 0, al = 0, bpad = 0, local
1056 if (aggr_limit < al + bpad + al_delta ||
1067 al += bpad + al_delta;
1101 al = get_frame_info(bf->bf_mpdu)->framelen;
1107 return al;
/linux-master/drivers/video/fbdev/sis/
H A Dinit.c2857 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh)
2862 case 0: d1 = dh; d2 = ah; d3 = al; break;
2863 case 1: d1 = ah; d2 = al; d3 = dh; break;
2864 default: d1 = al; d2 = dh; d3 = ah;
2856 SiS_WriteDAC(struct SiS_Private *SiS_Pr, SISIOADDRESS DACData, unsigned short shiftflag, unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) argument
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c105 if (mphy->leds.al)
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1888 uint64_t al:2; member in struct:cvmx_lmcx_modereg_params0::cvmx_lmcx_modereg_params0_s
1898 uint64_t al:2;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c241 if (dev->mphy.leds.al)
/linux-master/drivers/nvme/host/
H A Dauth.c79 cmd.auth_receive.al = cpu_to_le32(data_len);

Completed in 358 milliseconds

1234567