HomeSort by: relevance | last modified time | path
    Searched defs:l2 (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-ap806-dual.dtsi 31 next-level-cache = <&l2>;
46 next-level-cache = <&l2>;
49 l2: l2-cache { label
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/realtek/
rtd1293.dtsi 21 next-level-cache = <&l2>;
28 next-level-cache = <&l2>;
31 l2: l2-cache { label
rtd1295.dtsi 21 next-level-cache = <&l2>;
28 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
42 next-level-cache = <&l2>;
45 l2: l2-cache { label
rtd1296.dtsi 21 next-level-cache = <&l2>;
28 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
42 next-level-cache = <&l2>;
45 l2: l2-cache { label
rtd1395.dtsi 21 next-level-cache = <&l2>;
28 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
42 next-level-cache = <&l2>;
45 l2: l2-cache { label
rtd16xx.dtsi 45 next-level-cache = <&l2>;
88 l2: l2-cache { label
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rda8810pl.dtsi 141 l2: cache-controller@21100000 { label
kirkwood.dtsi 226 l2: l2-cache@20128 { label
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-g12a.dtsi 20 next-level-cache = <&l2>;
29 next-level-cache = <&l2>;
38 next-level-cache = <&l2>;
47 next-level-cache = <&l2>;
51 l2: l2-cache0 { label
meson-g12b.dtsi 52 next-level-cache = <&l2>;
62 next-level-cache = <&l2>;
72 next-level-cache = <&l2>;
82 next-level-cache = <&l2>;
92 next-level-cache = <&l2>;
102 next-level-cache = <&l2>;
106 l2: l2-cache0 { label
meson-a1.dtsi 26 next-level-cache = <&l2>;
34 next-level-cache = <&l2>;
37 l2: l2-cache0 { label
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
dfsan_interface.h 35 dfsan_label l2; member in struct:dfsan_label_info
45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in
47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
  /src/bin/ksh/
alloc.c 51 struct link *l, *l2; local in function:afreeall
53 for (l = ap->freelist; l != NULL; l = l2) {
54 l2 = l->next;
86 struct link *l, *l2, *lprev, *lnext; local in function:aresize
95 l2 = realloc(l, sizeof(struct link) + size);
96 if (l2 == NULL)
99 lprev->next = l2;
101 ap->freelist = l2;
103 lnext->prev = l2;
105 return L2P(l2);
    [all...]
  /src/sys/compat/linux/common/
linux_exec.c 150 struct lwp *l2; local in function:linux_e_proc_fork
153 l2 = LIST_FIRST(&p2->p_lwps);
155 led2 = l2->l_emuldata;
160 linux_e_lwp_fork(struct lwp *l1, struct lwp *l2)
165 l2->l_emuldata = led2;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/synaptics/
as370.dtsi 30 next-level-cache = <&l2>;
39 next-level-cache = <&l2>;
48 next-level-cache = <&l2>;
57 next-level-cache = <&l2>;
61 l2: cache { label
  /src/tests/lib/libc/
t_convfp.c 136 unsigned long l2 = ldv; local in function:ATF_TC_BODY
141 ATF_CHECK_EQ_MSG(l2, 1,
143 l2);
  /src/tests/rump/rumpkern/
t_lwproc.c 87 struct lwp *l1, *l2; local in function:ATF_TC_BODY
95 l2 = rump_pub_lwproc_curlwp();
105 rump_pub_lwproc_switch(l2);
256 struct lwp *l, *l2; local in function:ATF_TC_BODY
277 l2 = rump_pub_lwproc_curlwp();
285 rump_pub_lwproc_switch(l2);
295 l2 = rump_pub_lwproc_curlwp();
300 rump_pub_lwproc_switch(l2);
  /src/usr.sbin/gspa/gspa/
gsp_eval.c 121 unsigned l2; local in function:eval_subtree
141 v2 = eval_subtree(e->e_right, &l2);
142 if( l2 > *lp )
143 *lp = l2;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc 144 List l1, l2; local in function:__sanitizer::TEST
146 l2.clear();
148 l1.append_front(&l2);
150 CHECK(l2.empty());
152 l1.append_back(&l2);
154 CHECK(l2.empty());
160 SetList(&l2, a, b, c);
161 l1.append_back(&l2);
163 CHECK(l2.empty());
166 SetList(&l2);
177 List l2; local in function:__sanitizer::TEST
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
metamorphic.c 18 size_t l1, l2; local in function:mm_generichash
39 l2 = randombytes_uniform((uint32_t) (mlen - l1));
41 crypto_generichash_update(&st, m + l1, l2);
42 crypto_generichash_update(&st, m + l1 + l2, mlen - l1 - l2);
64 size_t l1, l2; local in function:mm_onetimeauth
79 l2 = randombytes_uniform((uint32_t) (mlen - l1));
81 crypto_onetimeauth_update(&st, m + l1, l2);
82 crypto_onetimeauth_update(&st, m + l1 + l2, mlen - l1 - l2);
104 size_t l1, l2; local in function:mm_hmacsha256
144 size_t l1, l2; local in function:mm_hmacsha512
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_lwp.c 58 lwp_t *l2; local in function:netbsd32__lwp_create
80 error = do_lwp_create(l, newuc, SCARG(uap, flags), &l2, sigmask,
85 error = copyout(&l2->l_lid, SCARG_P32(uap, new_lwp),
86 sizeof(l2->l_lid));
88 lwp_start(l2, SCARG(uap, flags));
91 lwp_exit(l2);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mop.cc 27 MemLoc l1, l2; local in function:TEST
29 t2.Write1(l2);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/bcm4908/
bcm4908.dtsi 32 next-level-cache = <&l2>;
41 next-level-cache = <&l2>;
50 next-level-cache = <&l2>;
59 next-level-cache = <&l2>;
62 l2: l2-cache0 { label
  /src/sys/kern/
kern_fork.c 262 struct lwp *l2; local in function:fork1
494 stack, stacksize, (func != NULL) ? func : child_return, arg, &l2,
503 l2->l_private = l1->l_private;
589 lwp_lock(l2);
591 KASSERT(l2->l_stat == LSIDL);
597 l2->l_stat = LSSTOP;
598 KASSERT(l2->l_wchan == NULL);
599 lwp_unlock(l2);
603 setrunnable(l2);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl9097.h 35 __u32 l2[4]; member in struct:fermi_a_zbc_color_v0
45 __u32 l2; member in struct:fermi_a_zbc_depth_v0

Completed in 115 milliseconds

1 2 3 4