Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c63 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 Dmisc_helper.c50 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 Dccs-tools_1.8.9.bb2 …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 DREADME10 /usr/lib/ccs/init_policy
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-use-correct-CPP.patch30 -[ -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 Dcryptodev-vhost.c189 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 Dcryptodev-builtin.c93 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 Dcryptodev.c84 CryptoDevBackendClient *cc = backend->conf.peers.ccs[i]; in qmp_query_cryptodev_foreach()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c136 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 Dhcd-xhci.h120 bool ccs; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/
H A Dremove-hard-coded-include-and-lib-paths.patch33 -PATH="$PATH:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/xpg4/bin:/usr/xpg6/bin:/usr/ucb"
/openbmc/qemu/include/system/
H A Dcryptodev.h225 CryptoDevBackendClient *ccs[MAX_CRYPTO_QUEUE_NUM]; member
/openbmc/openbmc/meta-security/conf/distro/include/
H A Dmaintainers-meta-security.inc26 RECIPE_MAINTAINER:pn-ccs-tools = "Armin Kuster <akuster808@gmail.com>"
/openbmc/openbmc/meta-security/recipes-core/packagegroup/
H A Dpackagegroup-core-security.bb87 ${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1174 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 D0001-Eliminate-old-style-function-declarations.patch858 -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/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]