| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-era-target.c | 15 #define DM_MSG_PREFIX "era" 45 * after digesting into the era array. 208 DMERR("Era metadata version %u found, but only versions between %u and %u supported.", in check_metadata_version() 273 * We preallocate 2 writesets. When an era rolls over we 452 DMERR("couldn't create era array"); in create_fresh_metadata() 658 * Writesets get 'digested' into the main era array. 665 uint32_t era; member 681 uint64_t key = d->era; in metadata_digest_remove_writeset() 742 d->era = key; in metadata_digest_lookup_writeset() 943 DMERR("%s: new era failed", __func__); in metadata_era_rollover() [all …]
|
| D | Makefile | 21 dm-era-y += dm-era-target.o 74 obj-$(CONFIG_DM_ERA) += dm-era.o
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-era-target.c | 15 #define DM_MSG_PREFIX "era" 47 * after digesting into the era array. 216 DMERR("Era metadata version %u found, but only versions between %u and %u supported.", in check_metadata_version() 283 * We preallocate 2 writesets. When an era rolls over we 467 DMERR("couldn't create era array"); in create_fresh_metadata() 674 * Writesets get 'digested' into the main era array. 682 uint32_t era; member 698 uint64_t key = d->era; in metadata_digest_remove_writeset() 759 d->era = key; in metadata_digest_lookup_writeset() 962 DMERR("%s: new era failed", __func__); in metadata_era_rollover() [all …]
|
| D | Makefile | 25 dm-era-y += dm-era-target.o 80 obj-$(CONFIG_DM_ERA) += dm-era.o
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
| D | era.rst | 2 dm-era 8 dm-era is a target that behaves similar to the linear target. In 10 defined period of time called an 'era'. Each era target instance 11 maintains the current era as a monotonically increasing 32-bit 21 era <metadata dev> <origin dev> <block size> 38 Possibly move to a new era. You shouldn't assume the era has 40 current era via the status line. 56 <current era> <held metadata root | '-'> 63 current era The current era 78 - Send a checkpoint message to the era target [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/device-mapper/ |
| D | era.rst | 2 dm-era 8 dm-era is a target that behaves similar to the linear target. In 10 defined period of time called an 'era'. Each era target instance 11 maintains the current era as a monotonically increasing 32-bit 21 era <metadata dev> <origin dev> <block size> 38 Possibly move to a new era. You shouldn't assume the era has 40 current era via the status line. 56 <current era> <held metadata root | '-'> 63 current era The current era 78 - Send a checkpoint message to the era target [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| D | inst.c | 36 unsigned long era = regs->csr_era; in simu_branch() local 38 if (era & 3) in simu_branch() 45 regs->csr_era = bs_dest_26(era, si_h, si_l); in simu_branch() 48 regs->csr_era = bs_dest_26(era, si_h, si_l); in simu_branch() 49 regs->regs[1] = era + LOONGARCH_INSN_SIZE; in simu_branch() 59 regs->csr_era = bs_dest_21(era, si_h, si_l); in simu_branch() 65 regs->csr_era = bs_dest_21(era, si_h, si_l); in simu_branch() 77 regs->csr_era = bs_dest_16(era, si); in simu_branch() 83 regs->csr_era = bs_dest_16(era, si); in simu_branch() 89 regs->csr_era = bs_dest_16(era, si); in simu_branch() [all …]
|
| D | traps.c | 171 pr_cont(" (Bad address in era)\n"); in show_code() 339 /* Print saved GPRs except $zero (substituting with PC/ERA) */ in __show_regs() 364 printk(" ERA: %0*lx\n", field, regs->csr_era); in __show_regs() 367 printk(" ERA: %0*lx %pS\n", field, regs->csr_era, (void *) regs->csr_era); in __show_regs() 618 unsigned long era = exception_era(regs); in do_bce() local 635 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce() 708 unsigned long era = exception_era(regs); in do_bp() local 713 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp() 831 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri() local 843 if (unlikely(get_user(opcode, era) < 0)) { in do_ri()
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| D | caamalg_desc.h | 52 unsigned int icvsize, int era); 55 unsigned int icvsize, int era); 61 const bool is_qi, int era); 67 const u32 ctx1_iv_off, const bool is_qi, int era); 73 const bool is_qi, int era);
|
| D | caamhash_desc.c | 16 * A split key is required for SEC Era < 6; the size of the split key 26 * @era: SEC Era 29 int digestsize, int ctx_len, bool import_ctx, int era) in cnstr_shdsc_ahash() argument 43 if (era < 6) in cnstr_shdsc_ahash()
|
| D | caamalg_desc.c | 49 * A split key is required for SEC Era < 6; the size of the split key 54 * @era: SEC Era 57 unsigned int icvsize, int era) in cnstr_shdsc_aead_null_encap() argument 66 if (era < 6) { in cnstr_shdsc_aead_null_encap() 128 * A split key is required for SEC Era < 6; the size of the split key 133 * @era: SEC Era 136 unsigned int icvsize, int era) in cnstr_shdsc_aead_null_decap() argument 145 if (era < 6) { in cnstr_shdsc_aead_null_decap() 213 const bool is_rfc3686, u32 *nonce, int era) in init_sh_desc_key_aead() argument 233 if (era < 6) { in init_sh_desc_key_aead() [all …]
|
| D | ctrl.c | 151 if (ctrlpriv->era < 10) in run_descriptor_deco0() 405 u8 era; in caam_get_era_from_hw() member 422 u8 maj_rev, era; in caam_get_era_from_hw() local 427 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw() 428 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw() 429 return era; in caam_get_era_from_hw() 437 return id[i].era; in caam_get_era_from_hw() 443 * caam_get_era() - Return the ERA of the SEC on SoC, based 444 * on "sec-era" optional property in the DTS. This property is updated 447 * era via register reads will be made. [all …]
|
| D | dpseci.h | 196 * @era: SEC Era 232 u8 era; member
|
| D | intern.h | 90 int era; /* CAAM Era (internal HW revision) */ member
|
| /kernel/linux/linux-6.6/drivers/crypto/caam/ |
| D | caamalg_desc.h | 52 unsigned int icvsize, int era); 55 unsigned int icvsize, int era); 61 const bool is_qi, int era); 67 const u32 ctx1_iv_off, const bool is_qi, int era); 73 const bool is_qi, int era);
|
| D | caamhash_desc.c | 16 * A split key is required for SEC Era < 6; the size of the split key 26 * @era: SEC Era 29 int digestsize, int ctx_len, bool import_ctx, int era) in cnstr_shdsc_ahash() argument 43 if (era < 6) in cnstr_shdsc_ahash()
|
| D | caamalg_desc.c | 49 * A split key is required for SEC Era < 6; the size of the split key 54 * @era: SEC Era 57 unsigned int icvsize, int era) in cnstr_shdsc_aead_null_encap() argument 66 if (era < 6) { in cnstr_shdsc_aead_null_encap() 128 * A split key is required for SEC Era < 6; the size of the split key 133 * @era: SEC Era 136 unsigned int icvsize, int era) in cnstr_shdsc_aead_null_decap() argument 145 if (era < 6) { in cnstr_shdsc_aead_null_decap() 213 const bool is_rfc3686, u32 *nonce, int era) in init_sh_desc_key_aead() argument 233 if (era < 6) { in init_sh_desc_key_aead() [all …]
|
| D | ctrl.c | 158 if (ctrlpriv->era < 10) in run_descriptor_deco0() 423 u8 era; in caam_get_era_from_hw() member 440 u8 maj_rev, era; in caam_get_era_from_hw() local 445 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw() 446 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw() 447 return era; in caam_get_era_from_hw() 455 return id[i].era; in caam_get_era_from_hw() 461 * caam_get_era() - Return the ERA of the SEC on SoC, based 462 * on "sec-era" optional property in the DTS. This property is updated 465 * era via register reads will be made. [all …]
|
| D | dpseci.h | 196 * @era: SEC Era 232 u8 era; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec6.txt | 25 - fsl,sec-era 28 Definition: A standard property. Define the 'ERA' of the SEC 64 fsl,sec-era = <6>; 118 fsl,sec-era = <6>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec6.txt | 25 - fsl,sec-era 28 Definition: A standard property. Define the 'ERA' of the SEC 64 fsl,sec-era = <6>; 118 fsl,sec-era = <6>;
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | management-style.rst | 86 anno. Improvvisamente la decisione che avevate preso un anno fa non era poi 96 non era del tutto valido, può rivelarsi difficile anche per un povero ed 97 umile ingegnere, e mentre il **lavoro** vero era abbastanza facile da 99 fiducia di quell'ingegnere. E ricordate che l'"irrevocabile" era quello 133 c'era qualcosa che non andava in entrambe i progetti, e il motivo per 134 il quale le persone coinvolte non abbiano potuto decidere era che entrambe 228 riescono a capire che non era **tutta** colpa vostra. Il che ci porta
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | management-style.rst | 86 anno. Improvvisamente la decisione che avevate preso un anno fa non era poi 96 non era del tutto valido, può rivelarsi difficile anche per un povero ed 97 umile ingegnere, e mentre il **lavoro** vero era abbastanza facile da 99 fiducia di quell'ingegnere. E ricordate che l'"irrevocabile" era quello 133 c'era qualcosa che non andava in entrambe i progetti, e il motivo per 134 il quale le persone coinvolte non abbiano potuto decidere era che entrambe 228 riescono a capire che non era **tutta** colpa vostra. Il che ci porta
|
| D | 3.Early-stage.rst | 37 Per gli sviluppatori audio, questo modulo di sicurezza era sufficiente a 39 invece, era un uso improprio del framework LSM (che non è progettato per 94 esistente di cui il nuovo autore era ignaro. Il codice che rinnova
|
| /kernel/linux/linux-6.6/arch/loongarch/kernel/ |
| D | traps.c | 139 pr_cont(" (Bad address in era)\n"); in show_code() 307 /* Print saved GPRs except $zero (substituting with PC/ERA) */ in __show_regs() 332 printk(" ERA: %0*lx\n", field, regs->csr_era); in __show_regs() 335 printk(" ERA: %0*lx %pS\n", field, regs->csr_era, (void *) regs->csr_era); in __show_regs() 593 unsigned long era = exception_era(regs); in do_bce() local 610 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce() 684 unsigned long era = exception_era(regs); in do_bp() local 690 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp() 821 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri() local 833 if (unlikely(get_user(opcode, era) < 0)) { in do_ri()
|