@@ -29,7 +29,7 @@ impl MemoryProtection {
29
29
/// [`EXECUTE_PROTECT`]: MemoryAttribute::EXECUTE_PROTECT
30
30
/// [`READ_ONLY`]: MemoryAttribute::READ_ONLY
31
31
/// [`Status::NO_MAPPING`]: crate::Status::NO_MAPPING
32
- /// [UEFI page size]: uefi::table:: boot::PAGE_SIZE
32
+ /// [UEFI page size]: uefi::boot::PAGE_SIZE
33
33
pub fn get_memory_attributes (
34
34
& self ,
35
35
byte_region : Range < PhysicalAddress > ,
@@ -53,7 +53,7 @@ impl MemoryProtection {
53
53
/// [`READ_PROTECT`]: MemoryAttribute::READ_PROTECT
54
54
/// [`EXECUTE_PROTECT`]: MemoryAttribute::EXECUTE_PROTECT
55
55
/// [`READ_ONLY`]: MemoryAttribute::READ_ONLY
56
- /// [UEFI page size]: uefi::table:: boot::PAGE_SIZE
56
+ /// [UEFI page size]: uefi::boot::PAGE_SIZE
57
57
pub fn set_memory_attributes (
58
58
& self ,
59
59
byte_region : Range < PhysicalAddress > ,
@@ -76,7 +76,7 @@ impl MemoryProtection {
76
76
/// [`READ_PROTECT`]: MemoryAttribute::READ_PROTECT
77
77
/// [`EXECUTE_PROTECT`]: MemoryAttribute::EXECUTE_PROTECT
78
78
/// [`READ_ONLY`]: MemoryAttribute::READ_ONLY
79
- /// [UEFI page size]: uefi::table:: boot::PAGE_SIZE
79
+ /// [UEFI page size]: uefi::boot::PAGE_SIZE
80
80
pub fn clear_memory_attributes (
81
81
& self ,
82
82
byte_region : Range < PhysicalAddress > ,
0 commit comments