Home
last modified time | relevance | path

Searched full:era (Results 1 – 25 of 91) sorted by relevance

1234

/linux-6.14.4/drivers/md/
Ddm-era-target.c15 #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 …]
DMakefile25 dm-era-y += dm-era-target.o
77 obj-$(CONFIG_DM_ERA) += dm-era.o
/linux-6.14.4/Documentation/admin-guide/device-mapper/
Dera.rst2 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 …]
Dindex.rst26 era
Dvdo.rst58 <block map era length> [optional arguments]
91 block map era length:
93 modified block map pages. A smaller era length is likely to
/linux-6.14.4/drivers/crypto/caam/
Dcaamalg_desc.h52 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);
Dcaamhash_desc.c16 * 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()
Dcaamalg_desc.c49 * 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 …]
Dctrl.c160 if (ctrlpriv->era < 10) in run_descriptor_deco0()
425 u8 era; in caam_get_era_from_hw() member
442 u8 maj_rev, era; in caam_get_era_from_hw() local
447 era = (ccbvid & CCBVID_ERA_MASK) >> CCBVID_ERA_SHIFT; in caam_get_era_from_hw()
448 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era_from_hw()
449 return era; in caam_get_era_from_hw()
457 return id[i].era; in caam_get_era_from_hw()
463 * caam_get_era() - Return the ERA of the SEC on SoC, based
464 * on "sec-era" optional property in the DTS. This property is updated
467 * era via register reads will be made.
[all …]
Ddpseci.h196 * @era: SEC Era
232 u8 era; member
Dintern.h121 int era; /* CAAM Era (internal HW revision) */ member
Dcaamhash_desc.h25 int digestsize, int ctx_len, bool import_ctx, int era);
Ddpseci_cmd.h107 u8 era; member
/linux-6.14.4/Documentation/devicetree/bindings/crypto/
Dfsl-sec6.txt25 - fsl,sec-era
28 Definition: A standard property. Define the 'ERA' of the SEC
64 fsl,sec-era = <6>;
118 fsl,sec-era = <6>;
Dfsl,sec-v4.0.yaml78 fsl,sec-era:
79 description: Defines the 'ERA' of the SEC device.
/linux-6.14.4/Documentation/translations/it_IT/process/
Dmanagement-style.rst86 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
D3.Early-stage.rst37 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
/linux-6.14.4/arch/loongarch/kernel/
Dtraps.c165 pr_cont(" (Bad address in era)\n"); in show_code()
333 /* Print saved GPRs except $zero (substituting with PC/ERA) */ in __show_regs()
358 printk(" ERA: %0*lx\n", field, regs->csr_era); in __show_regs()
361 printk(" ERA: %0*lx %pS\n", field, regs->csr_era, (void *) regs->csr_era); in __show_regs()
624 unsigned long era = exception_era(regs); in do_bce() local
641 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce()
714 unsigned long era = exception_era(regs); in do_bp() local
720 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp()
851 unsigned int __user *era = (unsigned int __user *)exception_era(regs); in do_ri() local
863 if (unlikely(get_user(opcode, era) < 0)) { in do_ri()
/linux-6.14.4/drivers/md/dm-vdo/
Dblock-map.h238 /* Dirty pages, by era*/
261 /* The era point we are currently distributing to the zones */
263 /* The next era point */
383 * age so that the number of writes in a block map era is the same in the old and new formats. This
/linux-6.14.4/drivers/watchdog/
DiTCO_vendor_support.c35 /* SuperMicro Pentium 3 Era 370SSE+-OEM1/P3TSSE */
37 /* SuperMicro Pentium 4 / Xeon 4 / EMT64T Era Systems - no longer supported */
/linux-6.14.4/Documentation/translations/it_IT/
Dsubsystem-apis.rst11 talora *non* è stato aggiunto tutto ciò che era necessario).
/linux-6.14.4/arch/loongarch/mm/
Dfault.c94 "virtual address %0*lx, era == %0*lx, ra == %0*lx\n", in no_context()
158 pr_info("era = %0*lx in", field, in do_sigsegv()
/linux-6.14.4/Documentation/devicetree/bindings/soc/qcom/
Dqcom,rpm-master-stats.yaml26 This scheme has been used on various SoCs in the 2013-2023 era, with some
/linux-6.14.4/arch/powerpc/boot/dts/fsl/
Dqoriq-sec6.0-0.dtsi37 fsl,sec-era = <6>;
Dpq3-sec4.4-0.dtsi37 fsl,sec-era = <3>;

1234