Home
last modified time | relevance | path

Searched refs:vtbl (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/mtd/ubi/
A Dvtbl.c172 vol_type = vtbl[i].vol_type; in vtbl_check()
174 name = &vtbl[i].name[0]; in vtbl_check()
257 !strncmp(vtbl[i].name, vtbl[n].name, len1)) { in vtbl_check()
259 i, n, vtbl[i].name); in vtbl_check()
286 int copy, void *vtbl) in create_vtbl() argument
491 if (!vtbl) in create_empty_lvol()
502 vfree(vtbl); in create_empty_lvol()
507 return vtbl; in create_empty_lvol()
813 if (IS_ERR(ubi->vtbl)) in ubi_read_volume_table()
828 if (IS_ERR(ubi->vtbl)) in ubi_read_volume_table()
[all …]
A Dvmt.c490 vtbl_rec = ubi->vtbl[vol_id]; in ubi_resize_volume()
639 reserved_pebs = be32_to_cpu(ubi->vtbl[vol_id].reserved_pebs); in self_check_volume()
747 alignment = be32_to_cpu(ubi->vtbl[vol_id].alignment); in self_check_volume()
748 data_pad = be32_to_cpu(ubi->vtbl[vol_id].data_pad); in self_check_volume()
749 name_len = be16_to_cpu(ubi->vtbl[vol_id].name_len); in self_check_volume()
750 upd_marker = ubi->vtbl[vol_id].upd_marker; in self_check_volume()
751 name = &ubi->vtbl[vol_id].name[0]; in self_check_volume()
752 if (ubi->vtbl[vol_id].vol_type == UBI_VID_DYNAMIC) in self_check_volume()
771 ubi_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id); in self_check_volume()
A Dupd.c49 ubi_assert(ubi->vtbl[vol->vol_id].upd_marker); in set_update_marker()
54 vtbl_rec = ubi->vtbl[vol->vol_id]; in set_update_marker()
82 vtbl_rec = ubi->vtbl[vol->vol_id]; in clear_update_marker()
A DMakefile4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
A Dbuild.c782 ubi->vtbl[vol_id].flags &= ~UBI_VTBL_AUTORESIZE_FLG; in autoresize()
791 vtbl_rec = ubi->vtbl[vol_id]; in autoresize()
1048 vfree(ubi->vtbl); in ubi_attach_mtd_dev()
1121 vfree(ubi->vtbl); in ubi_detach_mtd_dev()
A Dubi.h577 struct ubi_vtbl_record *vtbl; member
A Dattach.c1644 vfree(ubi->vtbl); in ubi_attach()
/linux-6.3-rc2/arch/arm/crypto/
A Dblake2b-neon-core.S98 vtbl.8 d4, {d4}, M_0
99 vtbl.8 d5, {d5}, M_0
100 vtbl.8 d6, {d6}, M_0
101 vtbl.8 d7, {d7}, M_0
122 vtbl.8 d12, {d12}, M_0
123 vtbl.8 d13, {d13}, M_0
124 vtbl.8 d14, {d14}, M_0
186 vtbl.8 d5, {d5}, M_0
187 vtbl.8 d6, {d6}, M_0
188 vtbl.8 d7, {d7}, M_0
[all …]
A Dchacha-neon-core.S87 vtbl.8 d6, {d6}, d10
88 vtbl.8 d7, {d7}, d10
117 vtbl.8 d6, {d6}, d10
118 vtbl.8 d7, {d7}, d10
318 vtbl.8 d24, {d24}, d16
319 vtbl.8 d25, {d25}, d16
320 vtbl.8 d26, {d26}, d16
321 vtbl.8 d27, {d27}, d16
322 vtbl.8 d28, {d28}, d16
323 vtbl.8 d29, {d29}, d16
[all …]
A Dghash-ce-core.S588 vtbl.8 e3l, {e0}, e3l
589 vtbl.8 e3h, {e0}, e3h
595 vtbl.8 T1_L, {e0}, e2l
596 vtbl.8 T1_H, {e0}, e2h
644 vtbl.8 e3l, {e0}, e3l
645 vtbl.8 e3h, {e0}, e3h
649 vtbl.8 T1_L, {e0}, e2l
650 vtbl.8 T1_H, {e0}, e2h
677 vtbl.8 XL_L, {T1}, e0l // keep authsize bytes only
678 vtbl.8 XL_H, {T1}, e0h
A Daes-ce-core.S319 vtbl.8 d4, {d0-d1}, d10
320 vtbl.8 d5, {d0-d1}, d11
321 vtbl.8 d2, {d6-d7}, d12
322 vtbl.8 d3, {d6-d7}, d13
356 vtbl.8 d4, {d0-d1}, d10
357 vtbl.8 d5, {d0-d1}, d11
579 vtbl.8 d4, {d0-d1}, d4
580 vtbl.8 d5, {d0-d1}, d5
671 vtbl.8 d4, {d0-d1}, d4
672 vtbl.8 d5, {d0-d1}, d5
A Dcrct10dif-ce-core.S268 vtbl.8 q1l, {q7l-q7h}, q2l
269 vtbl.8 q1h, {q7l-q7h}, q2h
274 vtbl.8 q3l, {q7l-q7h}, q2l
275 vtbl.8 q3h, {q7l-q7h}, q2h
A Daes-neonbs-core.S67 vtbl.8 \out\()l, {\tbl}, \in\()l
69 vtbl.8 \out\()h, {\tmp}, \in\()h
71 vtbl.8 \out\()h, {\tbl}, \in\()h
872 vtbl.8 d16, {q5}, d16
873 vtbl.8 d17, {q5}, d17

Completed in 29 milliseconds