| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/ |
| H A D | 0001-Upgrade-radium-to-1.0.patch | 319 - use core::sync::atomic::$atom; 320 - impl BitElement<$atom> { 324 - elem: <$atom>::new(elem), 327 + use core::sync::atomic::$atom; 329 + impl BitElement<$atom> { 333 + elem: <$atom>::new(elem), 447 ($($size:tt, $base:ty => $atom:ident);+ $(;)?) => { $( 449 - use core::sync::atomic::$atom; 451 + use core::sync::atomic::$atom; 453 - impl BitStore for $atom { [all …]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate.h | 719 static inline MemOp finalize_memop_atom(DisasContext *s, MemOp opc, MemOp atom) in finalize_memop_atom() argument 724 return opc | atom | s->be_data; in finalize_memop_atom() 736 MemOp atom = s->lse2 ? MO_ATOM_WITHIN16 : MO_ATOM_IFALIGN; in finalize_memop() local 737 return finalize_memop_atom(s, opc, atom); in finalize_memop() 750 MemOp atom = s->lse2 ? MO_ATOM_WITHIN16_PAIR : MO_ATOM_IFALIGN_PAIR; in finalize_memop_pair() local 751 return finalize_memop_atom(s, opc, atom); in finalize_memop_pair()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cputlb.c | 2166 MemOp atom; in do_ld_beN() local 2178 atom = mop & MO_ATOM_MASK; in do_ld_beN() 2179 switch (atom) { in do_ld_beN() 2188 if (atom == MO_ATOM_IFALIGN_PAIR in do_ld_beN() 2217 MemOp atom; in do_ld16_beN() local 2227 atom = mop & MO_ATOM_MASK; in do_ld16_beN() 2228 switch (atom) { in do_ld16_beN() 2574 MemOp atom; in do_st_leN() local 2588 atom = mop & MO_ATOM_MASK; in do_st_leN() 2589 switch (atom) { in do_st_leN() [all …]
|
| H A D | ldst_atomicity.c.inc | 31 MemOp atom = memop & MO_ATOM_MASK; 37 switch (atom) {
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-1.5.rst | 33 .. _migration-1.5-atom-pc-bsp: 35 ``atom-pc`` Board Support Package (BSP) 38 The ``atom-pc`` hardware reference BSP has been replaced by a 41 ``atom-pc`` did.
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
| H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 110 -cpu-flags gcc OPTIONS : x86 : atom : -march=atom ;
|
| /openbmc/qemu/scripts/ |
| H A D | get_maintainer.pl | 2073 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))"; 2074 my $word = "(?:$atom|$quoted_string)"; 2077 my $sub_domain = "(?:$atom|$domain_literal)";
|
| /openbmc/u-boot/scripts/ |
| H A D | get_maintainer.pl | 2482 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))"; 2483 my $word = "(?:$atom|$quoted_string)"; 2486 my $sub_domain = "(?:$atom|$domain_literal)";
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | iotests.py | 267 return [ordered_qmp(atom) for atom in qmsg]
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | translate.c | 2403 MemOp atom = (s->cpuid_ext_features & CPUID_EXT_AVX in gen_ldo_env_A0() local 2405 MemOp mop = MO_128 | MO_LE | atom | (align ? MO_ALIGN_16 : 0); in gen_ldo_env_A0() 2415 MemOp atom = (s->cpuid_ext_features & CPUID_EXT_AVX in gen_sto_env_A0() local 2417 MemOp mop = MO_128 | MO_LE | atom | (align ? MO_ALIGN_16 : 0); in gen_sto_env_A0()
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 1329 atom-bits.h: 1882 1330 atom.c: 29689 1331 atom.h: 4494 1351 atom-names.h: 4758 1352 atom-types.h: 1430
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 235 MemOp atom; /* lg2 bits of atomicity required */ member 6262 MemOp atom = opc & MO_ATOM_MASK; in atom_and_align_for_opc() local 6265 switch (atom) { in atom_and_align_for_opc() 6317 return (TCGAtomAlign){ .atom = atmax, .align = align }; in atom_and_align_for_opc()
|
| /openbmc/qemu/tcg/i386/ |
| H A D | tcg-target.c.inc | 2023 return aa.atom < MO_128; 2359 if (h.aa.atom < MO_128) { 2522 if (h.aa.atom < MO_128) {
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 1825 return aa.atom <= MO_64; 2138 use_pair = h.aa.atom < MO_128;
|
| /openbmc/qemu/tcg/ppc/ |
| H A D | tcg-target.c.inc | 2386 return aa.atom <= MO_64; 2662 if (h.aa.atom == MO_128) {
|
| /openbmc/u-boot/doc/ |
| H A D | README.x86 | 1173 [4] http://www.intel.com/content/www/us/en/embedded/design-tools/evaluation-platforms/atom-e660-eg2…
|
| /openbmc/qemu/tcg/loongarch64/ |
| H A D | tcg-target.c.inc | 1244 if (h.aa.atom == MO_128) {
|
| /openbmc/qemu/tcg/aarch64/ |
| H A D | tcg-target.c.inc | 1872 use_pair = h.aa.atom < MO_128 || have_lse2;
|
| /openbmc/openbmc-tools/rootfs_size/ |
| H A D | results.txt | 1175 0: /usr/share/mime/application/atom+xml.xml
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 13473 + /* get the atom for the property */
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 8309 -rw-r--r-- root root 3123 ./usr/share/mime/application/atom+xml.xml
|
| H A D | buildhistory_filelist1.txt | 8306 -rw-r--r-- root root 3123 ./usr/share/mime/application/atom+xml.xml
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |