/openbmc/linux/arch/alpha/kernel/ |
H A D | core_cia.c | 837 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 D | sys_alcor.c | 243 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 D | machvec_impl.h | 106 #define DO_CIA_IO IO(CIA,cia)
|
/openbmc/linux/crypto/ |
H A D | cipher.c | 23 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 D | cia.c | 28 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 D | Makefile | 6 obj-y := config.o amiints.o cia.o chipram.o amisound.o platform.o
|
/openbmc/linux/drivers/bcma/ |
H A D | scan.c | 277 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 D | core_cia.h | 254 #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 D | machvec.h | 108 } cia; member
|
/openbmc/linux/fs/ceph/ |
H A D | crypto.c | 98 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 D | inode.c | 2425 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 D | super.h | 1099 struct ceph_iattr *cia);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | branch-impl.c.inc | 20 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD);
|
H A D | misc-impl.c.inc | 138 TARGET_FMT_lx "\n", ctx->cia);
|
H A D | fixedpoint-impl.c.inc | 233 s ? "" : "L", ctx->cia); 271 s ? "I" : "LI", ctx->cia);
|
H A D | vmx-impl.c.inc | 1827 " 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 D | translate.c | 170 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 D | network-security-considerations.md | 27 [cia triad]: https://en.wikipedia.org/wiki/Information_security#Key_concepts
|
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/ |
H A D | ctucanfd-driver.rst | 598 * Reiner Zitzmann and Holger Zeltwanger (`CAN in Automation <https://www.can-cia.org/>`_)
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 2739 cia.c: 4343
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |