Skip to content

Commit b07821e

Browse files
committed
Tidy Mobility.Runtime.x64.
1 parent 7b01988 commit b07821e

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

Mobility.Core/Mobility.Runtime.x64.c

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ EXTERN_C VOID MOAPI MoPlatformSetSegmentDescriptorBase(
2424
}
2525
}
2626

27-
/**
28-
* @brief Set the Limit value for the specific 64-Bit Segment Descriptor.
29-
* @param Descriptor The pointer to a 64-Bit Segment Descriptor.
30-
* @param Limit The Limit value which should be 20-Bit.
31-
*/
3227
EXTERN_C VOID MOAPI MoPlatformSetSegmentDescriptorLimit(
3328
_Out_ PMO_RUNTIME_X64_SEGMENT_DESCRIPTOR Descriptor,
3429
_In_ MO_UINT32 Limit)
@@ -40,11 +35,6 @@ EXTERN_C VOID MOAPI MoPlatformSetSegmentDescriptorLimit(
4035
}
4136
}
4237

43-
/**
44-
* @brief Set the Base value for the specific 64-Bit System Segment Descriptor.
45-
* @param Descriptor The pointer to a 64-Bit System Segment Descriptor.
46-
* @param Base The Base value.
47-
*/
4838
EXTERN_C VOID MOAPI MoPlatformSetSystemSegmentDescriptorBase(
4939
_Out_ PMO_RUNTIME_X64_SYSTEM_SEGMENT_DESCRIPTOR Descriptor,
5040
_In_ MO_UINT64 Base)
@@ -58,11 +48,6 @@ EXTERN_C VOID MOAPI MoPlatformSetSystemSegmentDescriptorBase(
5848
}
5949
}
6050

61-
/**
62-
* @brief Set the Limit value for the specific 64-Bit System Segment Descriptor.
63-
* @param Descriptor The pointer to a 64-Bit System Segment Descriptor.
64-
* @param Limit The Limit value which should be 20-Bit.
65-
*/
6651
EXTERN_C VOID MOAPI MoPlatformSetSystemSegmentDescriptorLimit(
6752
_Out_ PMO_RUNTIME_X64_SYSTEM_SEGMENT_DESCRIPTOR Descriptor,
6853
_In_ MO_UINT32 Limit)
@@ -74,11 +59,6 @@ EXTERN_C VOID MOAPI MoPlatformSetSystemSegmentDescriptorLimit(
7459
}
7560
}
7661

77-
/**
78-
* @brief Set the Offset value for the specific 64-Bit IDT Gate Descriptor.
79-
* @param Descriptor The pointer to a 64-Bit IDT Gate Descriptor.
80-
* @param Base The Offset value.
81-
*/
8262
EXTERN_C VOID MOAPI MoPlatformSetIdtGateDescriptorOffset(
8363
_Out_ PMO_RUNTIME_X64_IDT_GATE_DESCRIPTOR Descriptor,
8464
_In_ MO_UINT64 Offset)

0 commit comments

Comments
 (0)