Skip to content

Commit

Permalink
SysCall: Fixed paddings, renamed CoreOpenVolume as
Browse files Browse the repository at this point in the history
CoreSimpleFileSystemOpenVolume.
  • Loading branch information
Mikhail Krichanov committed Jan 23, 2025
1 parent 0e31c46 commit 16f4111
Show file tree
Hide file tree
Showing 21 changed files with 403 additions and 403 deletions.
2 changes: 1 addition & 1 deletion MdeModulePkg/Core/Dxe/DxeMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ SetUefiImageProtectionAttributes (
EFI_STATUS
EFIAPI
CoreBootServices (
IN UINT8 Type,
IN UINT8 Type,
...
);

Expand Down
2 changes: 1 addition & 1 deletion MdeModulePkg/Core/Dxe/DxeRing3/AARCH64/SysCall.S
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ASM_FUNC(SysCall)
// VOID
// EFIAPI
// Ring3EntryPoint (
// IN RING3_CALL_DATA *Data
// IN RING3_CALL_DATA *Data
// );
//
// (x0) Data
Expand Down
2 changes: 1 addition & 1 deletion MdeModulePkg/Core/Dxe/DxeRing3/ARM/SysCall.S
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ASM_FUNC(SysCall)
// VOID
// EFIAPI
// Ring3EntryPoint (
// IN RING3_CALL_DATA *Data
// IN RING3_CALL_DATA *Data
// );
//
// (r0) Data
Expand Down
4 changes: 2 additions & 2 deletions MdeModulePkg/Core/Dxe/DxeRing3/DxeRing3.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ EFI_RUNTIME_SERVICES mRuntimeServices = {
VOID
EFIAPI
Ring3EntryPoint (
IN RING3_CALL_DATA *Data
IN RING3_CALL_DATA *Data
);

typedef
Expand Down Expand Up @@ -182,7 +182,7 @@ EFI_STATUS
VOID
EFIAPI
Ring3Call (
IN RING3_CALL_DATA *Data
IN RING3_CALL_DATA *Data
)
{
EFI_STATUS Status;
Expand Down
2 changes: 1 addition & 1 deletion MdeModulePkg/Core/Dxe/DxeRing3/IA32/SysCall.nasm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ userReturnAddress:
; VOID
; EFIAPI
; Ring3EntryPoint (
; IN RING3_CALL_DATA *Data
; IN RING3_CALL_DATA *Data
; );
;
; (eax) Data
Expand Down
Loading

0 comments on commit 16f4111

Please sign in to comment.