Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/qemu/target/i386/
H A Dmonitor.c73 unsigned int l1, l2; in tlb_info_32() local
85 for(l2 = 0; l2 < 1024; l2++) { in tlb_info_32()
86 cpu_physical_memory_read((pde & ~0xfff) + l2 * 4, &pte, 4); in tlb_info_32()
89 print_pte(mon, env, (l1 << 22) + (l2 << 12), in tlb_info_32()
101 unsigned int l1, l2, l3; in tlb_info_pae32() local
111 for (l2 = 0; l2 < 512; l2++) { in tlb_info_pae32()
112 cpu_physical_memory_read(pd_addr + l2 * 8, &pde, 8); in tlb_info_pae32()
117 print_pte(mon, env, (l1 << 30) + (l2 << 21), pde, in tlb_info_pae32()
125 print_pte(mon, env, (l1 << 30) + (l2 << 21) in tlb_info_pae32()
142 uint64_t l1, l2, l3, l4; in tlb_info_la48() local
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c32 TCGLabel *l1, *l2, *l3; in gen_lext_DIV_G() local
42 l2 = gen_new_label(); in gen_lext_DIV_G()
57 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_DIV_G()
58 tcg_gen_brcondi_tl(TCG_COND_NE, t1, -1LL, l2); in gen_lext_DIV_G()
62 gen_set_label(l2); in gen_lext_DIV_G()
86 TCGLabel *l1, *l2; in gen_lext_DIVU_G() local
96 l2 = gen_new_label(); in gen_lext_DIVU_G()
108 tcg_gen_br(l2); in gen_lext_DIVU_G()
114 gen_set_label(l2); in gen_lext_DIVU_G()
133 TCGLabel *l1, *l2, *l3; in gen_lext_MOD_G() local
[all …]
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-config.svg1l2.36 4a2 2 0 0 0 1.73 1 2 2 0 0 0 .64-.1l2.43-.82a11.35 11.35 0 0 0 1.31.75l.51 2.52a2 2 0 0 0 2 …
H A Dicon-on.svg1 …ath d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM7 12L3.5 8.5 5 7l2 2 4-4 1.5 1.5L7 12z"…
/openbmc/pldm/host-bmc/test/
H A Dutils_test.cpp51 auto l2 = pldm_entity_association_tree_add_entity( in TEST() local
56 tree, &entities[2], 0, l2, PLDM_ENTITY_ASSOCIAION_PHYSICAL, true, true, in TEST()
59 tree, &entities[3], 1, l2, PLDM_ENTITY_ASSOCIAION_PHYSICAL, true, true, in TEST()
77 {l1, l2}, {l2, l3a, l3b}, {l3a, l4a, l4b}, {l3b, l5a, l5b}}; in TEST()
81 {"/xyz/openbmc_project/inventory/chassis1/motherboard1", l2}, in TEST()
/openbmc/u-boot/arch/arm/dts/
H A Dbcm63158.dtsi22 next-level-cache = <&l2>;
30 next-level-cache = <&l2>;
38 next-level-cache = <&l2>;
46 next-level-cache = <&l2>;
50 l2: l2-cache0 { label
H A Dbcm6858.dtsi22 next-level-cache = <&l2>;
30 next-level-cache = <&l2>;
38 next-level-cache = <&l2>;
46 next-level-cache = <&l2>;
50 l2: l2-cache0 { label
H A Dmeson-gxm.dtsi50 next-level-cache = <&l2>;
59 next-level-cache = <&l2>;
68 next-level-cache = <&l2>;
77 next-level-cache = <&l2>;
H A Dk3-am654.dtsi93 L2_0: l2-cache0 {
102 L2_1: l2-cache1 {
H A Dmeson-gx.dtsi62 next-level-cache = <&l2>;
71 next-level-cache = <&l2>;
80 next-level-cache = <&l2>;
89 next-level-cache = <&l2>;
93 l2: l2-cache0 { label
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1l2.8 1.8 209 130.6c1.3.8 2.7 1.2 4.2 1.2s2.9-.4 4.2-1.2l5.6-3.5 3.9-2.5 7-4.4 4-2.5 2.8-1.7 4-2.5 …
/openbmc/qemu/tests/qemu-iotests/
H A D242.out19 extended l2: false
46 extended l2: false
85 extended l2: false
129 extended l2: false
174 extended l2: false
H A D103.out8 qemu-io: can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may…
9 qemu-io: can't open device TEST_DIR/t.IMGFMT: l2-cache-size may not exceed cache-size
11 qemu-io: can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may…
H A D302.out24 extended l2: false
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11/
H A Ddisable_tests.patch22 < locale.dir.l1 > locale.dir.l2
23 cat locale.dir.l2 locale.dir.l1 > locale.dir
/openbmc/u-boot/cmd/
H A Dsetexpr.c66 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr() argument
68 if (!l2) in memstr()
71 while (l1 >= l2) { in memstr()
73 if (!memcmp(s1, s2, l2)) in memstr()
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A D__init__.py46 l2 = len(fields2)
50 if i < l2:
/openbmc/u-boot/lib/
H A Dstring.c628 int l1, l2; in strstr() local
630 l2 = strlen(s2); in strstr()
631 if (!l2) in strstr()
634 while (l1 >= l2) { in strstr()
636 if (!memcmp(s1,s2,l2)) in strstr()
/openbmc/qemu/target/m68k/
H A Dop_helper.c762 int16_t l1, l2; in HELPER() local
766 l2 = cpu_lduw_data_ra(env, a2, ra); in HELPER()
767 if (l1 == c1 && l2 == c2) { in HELPER()
776 env->cc_n = l2; in HELPER()
781 env->dregs[Dc2] = deposit32(env->dregs[Dc2], 0, 16, l2); in HELPER()
795 uint32_t l1, l2; in do_cas2l() local
811 l2 = l; in do_cas2l()
816 l2 = l >> 32; in do_cas2l()
827 l2 = cpu_ldl_data_ra(env, a2, ra); in do_cas2l()
828 if (l1 == c1 && l2 == c2) { in do_cas2l()
[all …]
/openbmc/webui-vue/src/assets/images/
H A Dlogo-header.svg1 …6.036a64.19 64.19 0 00-.016-1.002 54.71 54.71 0 01-.018-1.124v-.308l2.885 8.47h1.347l2.864-8.47c0 …
/openbmc/qemu/docs/
H A Dqcow2-cache.txt119 "l2-cache-size": maximum size of the L2 table cache
130 value can be modified using the "l2-cache-size" option. QEMU will not use
144 - At most two of "l2-cache-size", "refcount-cache-size", and "cache-size"
171 "l2-cache-entry-size" parameter:
173 -drive file=hd.qcow2,l2-cache-size=2097152,l2-cache-entry-size=4096
175 Since QEMU 4.0 the value of l2-cache-entry-size defaults to 4KB (or
200 this is necessary and you can omit the "l2-cache-entry-size"
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc134 TCGLabel *l1, *l2;
143 l2 = gen_new_label();
147 tcg_gen_br(l2);
150 gen_set_label(l2);
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-bridge.bb30 file://l2-br-dhcp4.service \
31 file://l2-br-dhcp6.service \
243 l2-br-dhcp4.service \
244 l2-br-dhcp6.service \
248 install -m0644 ${UNPACKDIR}/l2-br-dhcp4.service ${D}${systemd_system_unitdir}/
249 install -m0644 ${UNPACKDIR}/l2-br-dhcp6.service ${D}${systemd_system_unitdir}/
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp51 auto l2 = std::make_shared<ResolutionList>(); in TEST() local
52 l2->push(c4); in TEST()
53 l2->push(c3); in TEST()
54 l2->push(l1); in TEST()
66 l2->resolve(sd2); in TEST()
/openbmc/qemu/qapi/
H A Dmachine-common.json76 # @l2: L2 (unified) cache.
83 'data': [ 'l1d', 'l1i', 'l2', 'l3' ] }

1234