Searched refs:l2 (Results 51 - 75 of 130) sorted by relevance

123456

/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c252 union l2_cache l2; local
261 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val);
276 if (!l2.val)
278 assoc = assocs[l2.assoc];
279 line_size = l2.line_size;
280 lines_per_tag = l2.lines_per_tag;
739 unsigned int l1i = 0, l1d = 0, l2 = 0, l3 = 0; local
832 l2 += cache_table[k].size;
855 l2 = new_l2;
875 c->x86_cache_size = l3 ? l3 : (l2
[all...]
H A Dintel.c619 unsigned int l1, l2; local
621 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2);
648 unsigned int l2 = c->x86_cache_size; local
653 if (l2 == 0)
655 else if (l2 == 256)
660 if (l2 == 128)
667 if (l2 == 128)
/linux-master/arch/sparc/kernel/
H A Dsyscalls.S276 add %l1, 0x4, %l2 ! npc = npc+4
279 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
285 ldub [%g6 + TI_SYS_NOERROR], %l2
286 brnz,pn %l2, 2b
301 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
H A Dwinfixup.S58 stx %l2, [%g3 + TI_REG_WINDOW + 0x10]
75 stw %l2, [%g3 + TI_REG_WINDOW + 0x08]
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h34 struct layer2 *l2; member in struct:teimgr
/linux-master/tools/testing/selftests/net/
H A Dsrv6_hencap_red_l3vpn_test.sh812 local l2="3 4"
822 for j in ${l2}; do
828 tmp="${l1}"; l1="${l2}"; l2="${tmp}"
H A Dsrv6_end_dt46_l3vpn_test.sh525 local l2="3 4"
533 for j in ${l2}; do
539 tmp="${l1}"; l1="${l2}"; l2="${tmp}"
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h50 u32 l2[4]; member in struct:gf100_gr_zbc_color
56 u32 l2; member in struct:gf100_gr_zbc_depth
62 u32 l2; member in struct:gf100_gr_zbc_stencil
145 const u32 ds, const u32 l2);
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c225 u32 l2; local
262 l2 = readl(&ipctl->lev2->conf[pin]);
263 l2_cache = l2;
274 l2 = pin_config - RZN1_FUNC_L2_OFFSET;
278 if (l1 != l1_cache || l2 != l2_cache) {
280 writel(l2, &ipctl->lev2->conf[pin]);
496 u32 l1, l2, arg = 0; local
524 l2 = readl(&ipctl->lev2->conf[pin]);
526 if (l2 != 0)
/linux-master/fs/bcachefs/
H A Dsb-clean.c104 unsigned l1 = 0, l2 = 0; local
107 k2 = btree_root_find(c, NULL, j, i, &l2);
130 l1 != l2, c,
136 l2, buf2.buf);
/linux-master/lib/crypto/mpi/
H A Dec.c766 #define l2 (ctx->t.scratch[4]) macro
802 ec_mulm(l2, t2, point->x, ctx);
803 ec_mulm(l2, l2, mpi_const(MPI_C_FOUR), ctx);
808 ec_mul2(t1, l2, ctx);
817 ec_subm(y3, l2, x3, ctx);
829 #undef l2 macro
948 #define l2 (ctx->t.scratch[1]) macro
977 /* l2 = x2 z1^2 */
985 mpi_set(l2, x
1046 #undef l2 macro
[all...]
/linux-master/arch/sparc/include/asm/
H A Dwinmacro.h18 std %l2, [%reg + RW_L2]; \
29 ldd [%reg + RW_L2], %l2; \
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8548si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,mpc8548-l2-cache-controller";
H A Dp1020si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,p1020-l2-cache-controller";
H A Dmpc8544si-post.dtsi167 L2: l2-cache-controller@20000 {
168 compatible = "fsl,mpc8544-l2-cache-controller";
H A Dp1021si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,p1021-l2-cache-controller";
/linux-master/arch/arm/mach-omap1/
H A Dirq.c138 void __iomem *l2 = irq_banks[1].va; local
153 irqnr = readl_relaxed(l2 + IRQ_SIR_IRQ_REG_OFFSET);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c440 bool l2, bool l4)
448 if (l2)
471 if (l2)
481 if (l2)
524 bool l2 = false, l4 = false; local
560 l2 = true;
565 l2 = true;
572 err = ocelot_setup_ptp_traps(ocelot, port, l2, l4);
439 ocelot_setup_ptp_traps(struct ocelot *ocelot, int port, bool l2, bool l4) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h59 struct bnxt_tc_l2_key l2; member in struct:bnxt_tc_tunnel_key
156 /* tunnel l2 info */
180 /* a linked list of flows that share the same l2 key */
183 /* number of flows/tunnels sharing the l2 key */
200 /* L2 node in l2 hashtable that shares flow's l2 key */
210 /* L2 node in tunnel-l2 hashtable that shares flow's tunnel l2 key */
/linux-master/drivers/clk/qcom/
H A Dclk-krait.c13 #include <asm/krait-l2-accessors.h>
/linux-master/arch/arm/mach-mvebu/
H A Dkirkwood.c20 #include <asm/hardware/cache-feroceon-l2.h>
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h103 const char *hfi1_trace_get_packet_l2_str(u8 l2);
126 __field(u8, l2)
155 __entry->l2 = hfi1_16B_get_l2(packet->hdr);
222 __entry->l2),
/linux-master/arch/x86/include/asm/
H A Duaccess.h139 _ASM_EXTABLE_UA(1b, %l2) \
140 _ASM_EXTABLE_UA(2b, %l2) \
300 _ASM_EXTABLE_UA(1b, %l2) \
482 _ASM_EXTABLE_UA(1b, %l2) \
/linux-master/tools/perf/util/
H A Dbpf-filter.l114 l2 { return constant(PERF_MEM_LVLNUM_L2); }
/linux-master/fs/ntfs3/
H A Dindex.c34 static int cmp_fnames(const void *key1, size_t l1, const void *key2, size_t l2, argument
43 if (l2 <= offsetof(struct ATTR_FILE_NAME, name))
47 if (l2 < fsize2)
69 static int cmp_uint(const void *key1, size_t l1, const void *key2, size_t l2, argument
75 if (l2 < sizeof(u32))
88 static int cmp_sdh(const void *key1, size_t l1, const void *key2, size_t l2, argument
95 if (l2 < sizeof(struct SECURITY_KEY))
123 static int cmp_uints(const void *key1, size_t l1, const void *key2, size_t l2, argument
139 if (l2 <= sizeof(int))
141 l2
[all...]

Completed in 199 milliseconds

123456