Skip to content

Commit c8f9f69

Browse files
committed
rust: io_pgtable: Add the Apple UAT format abstraction
Signed-off-by: Asahi Lina <[email protected]>
1 parent eb5fa47 commit c8f9f69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rust/kernel/io_pgtable.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ iopt_cfg!(
335335
apple_dart_cfg,
336336
io_pgtable_cfg__bindgen_ty_1__bindgen_ty_5
337337
);
338+
iopt_cfg!(
339+
AppleUATCfg,
340+
apple_uat_cfg,
341+
io_pgtable_cfg__bindgen_ty_1__bindgen_ty_6
342+
);
338343

339344
iopt_type!(ARM32LPAES1, ARMLPAES1Cfg, io_pgtable_fmt_ARM_32_LPAE_S1);
340345
iopt_type!(ARM32LPAES2, ARMLPAES2Cfg, io_pgtable_fmt_ARM_32_LPAE_S2);
@@ -345,3 +350,4 @@ iopt_type!(ARMMaliLPAE, ARMMaliLPAECfg, io_pgtable_fmt_ARM_MALI_LPAE);
345350
iopt_type!(AMDIOMMUV1, (), io_pgtable_fmt_AMD_IOMMU_V1);
346351
iopt_type!(AppleDART, AppleDARTCfg, io_pgtable_fmt_APPLE_DART);
347352
iopt_type!(AppleDART2, AppleDARTCfg, io_pgtable_fmt_APPLE_DART2);
353+
iopt_type!(AppleUAT, AppleUATCfg, io_pgtable_fmt_APPLE_UAT);

0 commit comments

Comments
 (0)