Home
last modified time | relevance | path

Searched refs:cia (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dcore_cia.c863 lock = (cia->pci_err0 >> 4) & 1; in cia_decode_pci_error()
864 dac = (cia->pci_err0 >> 5) & 1; in cia_decode_pci_error()
870 addr = cia->pci_err1; in cia_decode_pci_error()
912 dac = (cia->pci_err0 >> 28) & 1; in cia_decode_pci_error()
914 addr = cia->pci_err2; in cia_decode_pci_error()
946 if ((cia->mem_err1 >> 20) & 1) in cia_decode_mem_error()
947 cia_decode_pci_error(cia, msg); in cia_decode_mem_error()
1038 cia_decode_mem_error(cia, msg); in cia_decode_ecc_error()
1040 syn = cia->cia_syn & 0xff; in cia_decode_ecc_error()
1097 par = (cia->cpu_err1 >> 21) & 1; in cia_decode_parity_error()
[all …]
H A Dsys_alcor.c243 alpha_mv.sys.cia.gru_int_req_bits = XLT_GRU_INT_REQ_BITS; in alcor_init_pci()
276 .sys = { .cia = {
303 .sys = { .cia = {
H A Dmachvec_impl.h106 #define DO_CIA_IO IO(CIA,cia)
/openbmc/linux/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned() local
36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() local
49 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey()
55 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one() local
65 enc ? cia->cia_encrypt : cia->cia_decrypt; in cipher_crypt_one()
/openbmc/linux/arch/m68k/amiga/
H A Dcia.c28 volatile struct CIA *cia; member
34 .cia = &ciaa,
40 .cia = &ciab,
55 old = (base->icr_data |= base->cia->icr); in cia_set_irq()
74 base->icr_data |= base->cia->icr; in cia_able_irq()
75 base->cia->icr = mask; in cia_able_irq()
H A DMakefile6 obj-y := config.o amiints.o cia.o chipram.o amisound.o platform.o
/openbmc/linux/drivers/bcma/
H A Dscan.c277 s32 cia, cib; in bcma_get_next_core() local
281 cia = bcma_erom_get_ci(bus, eromptr); in bcma_get_next_core()
282 if (cia < 0) { in bcma_get_next_core()
293 core->id.class = (cia & SCAN_CIA_CLASS) >> SCAN_CIA_CLASS_SHIFT; in bcma_get_next_core()
294 core->id.id = (cia & SCAN_CIA_ID) >> SCAN_CIA_ID_SHIFT; in bcma_get_next_core()
295 core->id.manuf = (cia & SCAN_CIA_MANUF) >> SCAN_CIA_MANUF_SHIFT; in bcma_get_next_core()
/openbmc/linux/arch/alpha/include/asm/
H A Dcore_cia.h254 #define GRU_INT_REQ_BITS (alpha_mv.sys.cia.gru_int_req_bits+0)
486 #define __IO_PREFIX cia
507 #define __IO_PREFIX cia
H A Dmachvec.h108 } cia; member
/openbmc/linux/fs/ceph/
H A Dcrypto.c98 struct ceph_iattr cia = { }; in ceph_crypt_set_context() local
114 cia.fscrypt_auth = cfa; in ceph_crypt_set_context()
116 ret = __ceph_setattr(inode, &attr, &cia); in ceph_crypt_set_context()
119 kfree(cia.fscrypt_auth); in ceph_crypt_set_context()
H A Dinode.c2425 struct ceph_iattr *cia) in __ceph_setattr() argument
2471 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
2472 u32 len = ceph_fscrypt_auth_len(cia->fscrypt_auth); in __ceph_setattr()
2474 if (len > sizeof(*cia->fscrypt_auth)) { in __ceph_setattr()
2489 ci->fscrypt_auth = (u8 *)cia->fscrypt_auth; in __ceph_setattr()
2493 memcmp(ci->fscrypt_auth, cia->fscrypt_auth, len)) { in __ceph_setattr()
2494 req->r_fscrypt_auth = cia->fscrypt_auth; in __ceph_setattr()
2498 cia->fscrypt_auth = NULL; in __ceph_setattr()
2501 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
H A Dsuper.h1098 struct ceph_iattr *cia);
/openbmc/qemu/target/ppc/translate/
H A Dbranch-impl.c.inc20 gen_update_cfar(ctx, ctx->cia);
H A Dfixedpoint-impl.c.inc233 s ? "" : "L", ctx->cia);
271 s ? "I" : "LI", ctx->cia);
H A Dvmx-impl.c.inc1900 " 0x" TARGET_FMT_lx ", UIM = %d > %d\n", ctx->cia, a->uim,
1920 " 0x" TARGET_FMT_lx ", UIM = %d > %d\n", ctx->cia, a->uim,
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnet-generic.patch16 desc_sk=Konfigur�cia siete
/openbmc/qemu/target/ppc/
H A Dtranslate.c296 gen_update_nip(ctx, ctx->cia); in gen_exception_err()
311 gen_update_nip(ctx, ctx->cia); in gen_exception()
4261 target = ctx->cia + li; in gen_b()
4268 gen_update_cfar(ctx, ctx->cia); in gen_b()
4363 gen_update_cfar(ctx, ctx->cia); in gen_bcond()
4479 gen_update_cfar(ctx, ctx->cia); in gen_rfi()
4494 gen_update_cfar(ctx, ctx->cia); in gen_rfid()
4509 gen_update_cfar(ctx, ctx->cia); in gen_rfscv()
4556 gen_update_nip(ctx, ctx->cia); in gen_scv()
4929 ctx->cia); in gen_mtspr()
[all …]
/openbmc/docs/security/
H A Dnetwork-security-considerations.md26 [cia triad]: https://en.wikipedia.org/wiki/Information_security#Key_concepts
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst598 * Reiner Zitzmann and Holger Zeltwanger (`CAN in Automation <https://www.can-cia.org/>`_)
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2739 cia.c: 4343