| /openbmc/qemu/target/ppc/ |
| H A D | timebase_helper.c | 63 CPUState *ccs; in helper_store_purr() local 70 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_purr() 71 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_purr() 81 CPUState *ccs; in helper_store_tbl() local 88 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbl() 89 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbl() 97 CPUState *ccs; in helper_store_tbu() local 104 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu() 105 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu() 138 CPUState *ccs; in helper_store_hdecr() local [all …]
|
| H A D | misc_helper.c | 50 CPUState *ccs; in helper_spr_core_write_generic() local 57 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_core_write_generic() 58 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_core_write_generic() 67 CPUState *ccs; in helper_spr_write_CTRL() local 79 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_write_CTRL() 80 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_write_CTRL() 201 CPUState *ccs; in helper_store_ptcr() local 203 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_ptcr() 204 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_ptcr() 207 tlb_flush(ccs); in helper_store_ptcr() [all …]
|
| /openbmc/openbmc/meta-security/recipes-mac/ccs-tools/ |
| H A D | ccs-tools_1.8.9.bb | 2 …ecurity=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd \nTo initialize: \n/usr/lib/ccs/init_policy" 6 LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe" 45 ${libdir}/ccs/.debug/* \
|
| H A D | README | 10 /usr/lib/ccs/init_policy
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-configure-use-correct-CPP.patch | 30 -[ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P" 36 +# [ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
|
| /openbmc/qemu/backends/ |
| H A D | cryptodev-vhost.c | 189 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_start() 210 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_start() 233 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_start() 258 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_stop() 282 cc = b->conf.peers.ccs[queue]; in cryptodev_vhost_virtqueue_mask() 298 cc = b->conf.peers.ccs[queue]; in cryptodev_vhost_virtqueue_pending()
|
| H A D | cryptodev-builtin.c | 93 backend->conf.peers.ccs[0] = cc; in cryptodev_builtin_init() 600 cc = backend->conf.peers.ccs[i]; in cryptodev_builtin_cleanup() 603 backend->conf.peers.ccs[i] = NULL; in cryptodev_builtin_cleanup()
|
| H A D | cryptodev.c | 84 CryptoDevBackendClient *cc = backend->conf.peers.ccs[i]; in qmp_query_cryptodev_foreach()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci.c | 136 bool ccs; member 688 ring->ccs = 1; in xhci_ring_init() 705 trb->ccs = ring->ccs; in xhci_ring_fetch() 713 if ((trb->control & TRB_C) != ring->ccs) { in xhci_ring_fetch() 732 ring->ccs = !ring->ccs; in xhci_ring_fetch() 743 bool ccs = ring->ccs; in xhci_ring_chain_length() local 760 if ((trb.control & TRB_C) != ccs) { in xhci_ring_chain_length() 772 ccs = !ccs; in xhci_ring_chain_length() 1056 ctx2[0] |= sctx->ring.dequeue | sctx->ring.ccs; in xhci_set_ep_state() 1064 ctx[2] = ring->dequeue | ring->ccs; in xhci_set_ep_state() [all …]
|
| H A D | hcd-xhci.h | 120 bool ccs; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/ |
| H A D | remove-hard-coded-include-and-lib-paths.patch | 33 -PATH="$PATH:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/xpg4/bin:/usr/xpg6/bin:/usr/ucb"
|
| /openbmc/qemu/include/system/ |
| H A D | cryptodev.h | 225 CryptoDevBackendClient *ccs[MAX_CRYPTO_QUEUE_NUM]; member
|
| /openbmc/openbmc/meta-security/conf/distro/include/ |
| H A D | maintainers-meta-security.inc | 26 RECIPE_MAINTAINER:pn-ccs-tools = "Armin Kuster <akuster808@gmail.com>"
|
| /openbmc/openbmc/meta-security/recipes-core/packagegroup/ |
| H A D | packagegroup-core-security.bb | 87 ${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-crypto.c | 1174 CryptoDevBackendClient *cc = b->conf.peers.ccs[0]; in virtio_crypto_vhost_status() 1259 cc = b->conf.peers.ccs[0]; in virtio_crypto_get_vhost()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 858 -krb5_error_code krb5_ccache_overwrite(context, ccs, cct, primary_principal) 860 - krb5_ccache ccs; 864 +krb5_ccache_overwrite(krb5_context context, krb5_ccache ccs, krb5_ccache cct, 869 @@ -560,14 +535,10 @@ krb5_error_code krb5_ccache_overwrite(context, ccs, cct, primary_principal)
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |