Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/openbmc/qemu/target/i386/tcg/
H A Daccess.c71 if (likely(offset <= ac->size1 - len)) { in access_ptr()
80 if (likely(offset >= ac->size1)) { in access_ptr()
91 if (likely(p)) { in access_ldb()
101 if (likely(p)) { in access_ldw()
111 if (likely(p)) { in access_ldl()
121 if (likely(p)) { in access_ldq()
131 if (likely(p)) { in access_stb()
142 if (likely(p)) { in access_stw()
153 if (likely(p)) { in access_stl()
164 if (likely(p)) { in access_stq()
/openbmc/qemu/crypto/
H A Drandom-platform.c79 if (likely(fd < 0)) { in qcrypto_random_bytes()
82 if (likely(got == buflen)) { in qcrypto_random_bytes()
98 if (likely(got == buflen)) { in qcrypto_random_bytes()
/openbmc/qemu/include/exec/
H A Dmemory_ldst_cached.h.inc32 if (likely(cache->ptr)) {
44 if (likely(cache->ptr)) {
56 if (likely(cache->ptr)) {
78 if (likely(cache->ptr)) {
89 if (likely(cache->ptr)) {
100 if (likely(cache->ptr)) {
/openbmc/qemu/accel/
H A Daccel-blocker.c45 if (likely(bql_locked())) { in accel_ioctl_begin()
55 if (likely(bql_locked())) { in accel_ioctl_end()
/openbmc/qemu/target/riscv/
H A Dinternals.h112 if (likely((f & mask) == mask)) { in check_nanbox_s()
138 if (likely((f & mask) == mask)) { in check_nanbox_h()
154 if (likely((f & mask) == mask)) { in check_nanbox_bf16()
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Didentify-component.rst7 so the first step is to identify the component where the issue likely lies.
8 For example, if you have a hardware issue, it is likely related to the BSP
11 use, they would likely be the first place to ask questions. If the issue is a
/openbmc/qemu/target/ppc/
H A Dmem_helper.c67 if (likely(nb <= nb_pg1)) { in probe_contiguous()
92 if (likely(host)) { in helper_lmw()
114 if (likely(host)) { in helper_stmw()
143 if (likely(host)) { in do_lsw()
204 if (likely(xer_bc != 0)) { in helper_lswx()
232 if (likely(host)) { in helper_stsw()
362 if (likely(reg != rb && (ra == 0 || reg != ra))) { in helper_lscbx()
368 if (likely(d != 0)) { in helper_lscbx()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0001-Support-cross-builds-a-bit-better.patch29 # it's most likely the case that SpiderMonkey was configured incorrectly, for
32 failed to execute. Most likely you should build it with a different
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c421 if (likely(req->req.status == -EINPROGRESS)) in done()
459 while (likely(count--)) in write_packet()
486 if (likely(req->req.length != req->req.actual) in write_fifo()
624 if (likely(udccs & UDCCS_BO_RNE)) { in read_fifo()
634 while (likely(count-- != 0)) { in read_fifo()
823 if (likely(req && ep->desc)) in pxa25x_ep_queue()
828 if (likely(req != NULL)) in pxa25x_ep_queue()
1250 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE)) in handle_ep0()
1369 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0()
1379 } else if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA)) in handle_ep0()
[all …]
/openbmc/qemu/host/include/i386/host/crypto/
H A Dclmul.h16 # define HAVE_CLMUL_ACCEL likely(cpuinfo & CPUINFO_PCLMUL)
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/
H A D0001-util-consideredharmful-Use-overloadable-func-attribu.patch48 attr_deprecated("This function likely doesn't do what you expect, use strlcat")
53 attr_deprecated("This function likely doesn't do what you expect, use strlcpy")
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Dclmul.h19 # define HAVE_CLMUL_ACCEL likely(cpuinfo & CPUINFO_PMULL)
/openbmc/phosphor-rest-server/
H A DREADME.md7 Phosphor REST server is not maintained and very likely has security bugs.
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h38 #ifndef likely
39 #define likely(x) __builtin_expect(!!(x), 1)
44 #define likely( global() macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h38 #ifndef likely
39 #define likely(x) __builtin_expect(!!(x), 1)
44 #define likely( global() macro
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c105 if (likely(UNIPHIER_SSCOQAD_IS_NEEDED(operation))) { in uniphier_cache_maint_common()
117 while (likely(readl(UNIPHIER_SSCOLPQS) != UNIPHIER_SSCOLPQS_EF)) in uniphier_cache_maint_common()
/openbmc/qemu/target/openrisc/
H A Dmmu.c86 if (likely(need & right)) { in get_phys_mmu()
129 if (likely(excp == 0)) { in openrisc_cpu_tlb_fill()
/openbmc/qemu/target/i386/tcg/system/
H A Dexcp_helper.c90 if (likely(in->haddr)) { in ptw_ldl()
98 if (likely(in->haddr)) { in ptw_ldq()
132 if (likely(in->haddr)) { in ptw_setl()
562 if (likely(use_stage2)) { in get_physical_address()
582 if (likely(env->cr[0] & CR0_PG_MASK || use_stage2)) { in get_physical_address()
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-c3.inc10 # The following should likely be something other then i586...
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dlibmpdclient_2.22.bb19 # is likely that nobody will ever use them, so let's not install
/openbmc/u-boot/include/linux/
H A Dcompiler.h133 # ifndef likely
134 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1)) macro
165 # define likely(x) __builtin_expect(!!(x), 1) macro
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D06_fix_gethostbyname.patch16 * Don't append dots to unqualified names. Such names are likely to come
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c314 if (likely(cmp == old)) { in store_tag1_parallel()
417 if (likely(in_page >= 2 * TAG_GRANULE)) { in HELPER()
817 if (likely(tag_last - prev_page < TARGET_PAGE_SIZE)) { in mte_probe_int()
852 if (likely(n == tag_count)) { in mte_probe_int()
1010 if (likely(mem_tag == ptr_tag)) { in HELPER()
1057 if (likely(n == tag_count)) { in mte_mops_probe()
1115 if (likely(n == tag_count)) { in mte_mops_probe_rev()
H A Dvec_internal.h235 if (likely(sh < 64)) { in do_urshr()
246 if (likely(sh < 64)) { in do_srshr()
361 if (likely(png & 0xf)) { in decode_counter()
/openbmc/qemu/include/qemu/
H A Dcompiler.h38 #ifndef likely
39 #define likely(x) __builtin_expect(!!(x), 1) macro

12345678910>>...14