Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dcore_cia.c837 cia_decode_pci_error(struct el_CIA_sysdata_mcheck *cia, const char *msg) in cia_decode_pci_error() argument
848 if (cia->cia_err & (CIA_ERR_COR_ERR in cia_decode_pci_error()
862 cmd = pci_cmd_desc[cia->pci_err0 & 0x7]; in cia_decode_pci_error()
863 lock = (cia->pci_err0 >> 4) & 1; in cia_decode_pci_error()
864 dac = (cia->pci_err0 >> 5) & 1; in cia_decode_pci_error()
866 tmp = (cia->pci_err0 >> 8) & 0x1F; in cia_decode_pci_error()
870 addr = cia->pci_err1; in cia_decode_pci_error()
881 } else if (cia->cia_err & (CIA_ERR_PERR in cia_decode_pci_error()
909 master = master_st_desc[(cia->pci_err0 >> 16) & 0xF]; in cia_decode_pci_error()
910 target = target_st_desc[(cia->pci_err0 >> 20) & 0xF]; in cia_decode_pci_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()
45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() local
48 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey()
54 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey()
62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one() local
64 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.h1099 struct ceph_iattr *cia);
/openbmc/qemu/target/ppc/translate/
H A Dbranch-impl.c.inc20 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD);
H A Dmisc-impl.c.inc138 TARGET_FMT_lx "\n", ctx->cia);
H A Dfixedpoint-impl.c.inc233 s ? "" : "L", ctx->cia);
271 s ? "I" : "LI", ctx->cia);
H A Dvmx-impl.c.inc1827 " 0x" TARGET_FMT_lx ", UIM = %d > %d\n", ctx->cia, a->uim,
1847 " 0x" TARGET_FMT_lx ", UIM = %d > %d\n", ctx->cia, a->uim,
/openbmc/qemu/target/ppc/
H A Dtranslate.c170 target_ulong cia; /* current instruction address */ member
320 gen_exception_err_nip(ctx, excp, error, ctx->cia); in gen_exception_err()
340 gen_exception_nip(ctx, excp, ctx->cia); in gen_exception()
379 tcg_gen_movi_tl(t0, ctx->cia); in gen_debug_exception()
3664 target = ctx->cia + li; in gen_b()
3670 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_CALL); in gen_b()
3672 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_OTHER); in gen_b()
3777 gen_update_branch_history(ctx, ctx->cia, target, bhrb_type); in gen_bcond()
3782 gen_goto_tb(ctx, 0, ctx->cia + li); in gen_bcond()
3894 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfi()
[all …]
/openbmc/docs/security/
H A Dnetwork-security-considerations.md27 [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
/openbmc/linux/
H A Dopengrok0.0.log[all...]