Home
last modified time | relevance | path

Searched refs:L3 (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-13-stable/lib/libc/i386/string/
HDstrcmp.S61 je L3
63 jne L3
68 je L3
70 jne L3
75 je L3
77 jne L3
82 je L3
84 jne L3
89 je L3
91 jne L3
[all …]
HDstrncmp.S69 jz L3
71 jne L3
91 jz L3
93 jne L3
101 jz L3
103 jne L3
111 jz L3
113 jne L3
121 jz L3
123 jne L3
[all …]
HDswab.S68 L3: lodsw label
93 jnz L3
/freebsd-13-stable/crypto/openssl/crypto/whrlpool/
HDwp_block.c532 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
567 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^ in whirlpool_block()
581 K.q[3] = L3; in whirlpool_block()
593 L3 ^= C0(S, 3) ^ C1(S, 2) ^ C2(S, 1) ^ C3(S, 0) ^ in whirlpool_block()
607 S.q[3] = L3; in whirlpool_block()
616 L3 = C3(K, 0); in whirlpool_block()
625 L3 ^= C2(K, 1); in whirlpool_block()
633 L3 ^= C1(K, 2); in whirlpool_block()
641 L3 ^= C0(K, 3); in whirlpool_block()
657 L3 ^= C7(K, 4); in whirlpool_block()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/edac/
HDapm-xgene-edac.txt8 L3 - L3 cache controller
24 - interrupts : Interrupt-specifier for MCU, PMD, L3, or SoC error
39 Required properties for L3 subnode:
42 - reg : First resource shall be the L3 EDAC resource.
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_rfgain.c126 uint32_t L1, L2, L3, L4; in ar5212InvalidGainReadback() local
132 L3 = 0; in ar5212InvalidGainReadback()
144 L3 = (gStep != 0x3f) ? 0x40 : L1; in ar5212InvalidGainReadback()
145 L4 = L3 + 50; in ar5212InvalidGainReadback()
153 return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4)); in ar5212InvalidGainReadback()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/
HDomap-dmic.txt7 <L3 interconnect address, size>;
16 <0x4902e000 0x7f>; /* L3 Interconnect */
HDomap-mcpdm.txt7 <L3 interconnect address, size>;
18 <0x49032000 0x7f>; /* L3 Interconnect */
HDomap-mcbsp.txt10 <L3 interconnect address, size>;
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/omap/
HDl3-noc.txt1 * TI - L3 Network On Chip (NoC)
12 - reg: Contains L3 register address range for each noc domain.
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDomap5-l4-abe.dtsi51 /* L3 to L4 ABE mapping */
108 <0x49022000 0xff>; /* L3 Interconnect */
141 <0x49024000 0xff>; /* L3 Interconnect */
174 <0x49026000 0xff>; /* L3 Interconnect */
226 <0x4902e000 0x7f>; /* L3 Interconnect */
269 <0x49032000 0x7f>; /* L3 Interconnect */
HDomap4-l4-abe.dtsi51 /* L3 to L4 ABE mapping */
108 <0x49022000 0xff>; /* L3 Interconnect */
141 <0x49024000 0xff>; /* L3 Interconnect */
174 <0x49026000 0xff>; /* L3 Interconnect */
242 <0x4902e000 0x7f>; /* L3 Interconnect */
304 <0x49032000 0x7f>; /* L3 Interconnect */
HDgemini-wbd111.dts45 label = "wbd111:red:L3";
63 label = "wbd111:green:L3";
HDgemini-wbd222.dts44 label = "wbd111:red:L3";
62 label = "wbd111:green:L3";
HDdra7-l4.dtsi2289 <0x45800000 0x45800000 0x400000>, /* L3 data port */
2290 <0x45c00000 0x45c00000 0x400000>, /* L3 data port */
2291 <0x46000000 0x46000000 0x400000>, /* L3 data port */
2292 <0x48436000 0x48436000 0x400000>, /* L3 data port */
2293 <0x4843a000 0x4843a000 0x400000>, /* L3 data port */
2294 <0x4844c000 0x4844c000 0x400000>, /* L3 data port */
2295 <0x48450000 0x48450000 0x400000>, /* L3 data port */
2296 <0x48454000 0x48454000 0x400000>; /* L3 data port */
2365 <0x45800000 0x45800000 0x400000>, /* L3 data port */
2366 <0x45c00000 0x45c00000 0x400000>, /* L3 data port */
[all …]
HDlogicpd-torpedo-37xx-devkit.dts62 /* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */
/freebsd-13-stable/sys/powerpc/powerpc/
HDswtch32.S165 beq .L3
169 .L3: label
HDswtch64.S220 beq .L3
225 .L3: label
/freebsd-13-stable/tools/tools/netmap/
HDREADME8 lb an L3/L4 load balancer
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDmutex169 template <class L1, class L2, class... L3>
170 int try_lock(L1&, L2&, L3&...);
171 template <class L1, class L2, class... L3>
172 void lock(L1&, L2&, L3&...);
/freebsd-13-stable/lib/msun/src/
HDe_powf.c36 L3 = 3.3333334327e-01, /* 0x3eaaaaab */ variable
178 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in powf()
HDe_pow.c78 L3 = 3.33333329818377432918e-01, /* 0x3FD55555, 0x518F264D */ variable
236 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in pow()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/
HDarm-dsu-pmu.txt4 with a shared L3 memory system, control logic and external interfaces to
/freebsd-13-stable/sys/contrib/device-tree/Bindings/
HDresource-names.txt28 <1 0 0x49000000 0x00001000>; /* L3 path */
/freebsd-13-stable/sys/contrib/device-tree/Bindings/bus/
HDti-sysc.txt4 hardware for devices connected to various interconnects such as L3
54 parent L3 range for DMA access

12