Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
753875e8
Commit
753875e8
authored
Mar 21, 2024
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wow64: Access the BTCpuSimulate backend function pointer directly.
parent
d0950169
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
23 deletions
+30
-23
syscall.c
dlls/wow64/syscall.c
+30
-23
No files found.
dlls/wow64/syscall.c
View file @
753875e8
...
@@ -100,7 +100,7 @@ static BOOLEAN (WINAPI *pBTCpuIsProcessorFeaturePresent)(UINT);
...
@@ -100,7 +100,7 @@ static BOOLEAN (WINAPI *pBTCpuIsProcessorFeaturePresent)(UINT);
static
void
(
WINAPI
*
pBTCpuProcessInit
)(
void
);
static
void
(
WINAPI
*
pBTCpuProcessInit
)(
void
);
static
NTSTATUS
(
WINAPI
*
pBTCpuSetContext
)(
HANDLE
,
HANDLE
,
void
*
,
void
*
);
static
NTSTATUS
(
WINAPI
*
pBTCpuSetContext
)(
HANDLE
,
HANDLE
,
void
*
,
void
*
);
static
void
(
WINAPI
*
pBTCpuThreadInit
)(
void
);
static
void
(
WINAPI
*
pBTCpuThreadInit
)(
void
);
static
void
(
WINAPI
*
pBTCpuSimulate
)(
void
);
static
void
(
WINAPI
*
pBTCpuSimulate
)(
void
)
__attribute__
((
used
))
;
static
void
*
(
WINAPI
*
p__wine_get_unix_opcode
)(
void
);
static
void
*
(
WINAPI
*
p__wine_get_unix_opcode
)(
void
);
static
void
*
(
WINAPI
*
pKiRaiseUserExceptionDispatcher
)(
void
);
static
void
*
(
WINAPI
*
pKiRaiseUserExceptionDispatcher
)(
void
);
void
(
WINAPI
*
pBTCpuNotifyFlushInstructionCache2
)(
const
void
*
,
SIZE_T
)
=
NULL
;
void
(
WINAPI
*
pBTCpuNotifyFlushInstructionCache2
)(
const
void
*
,
SIZE_T
)
=
NULL
;
...
@@ -974,41 +974,48 @@ NTSTATUS WINAPI Wow64SystemServiceEx( UINT num, UINT *args )
...
@@ -974,41 +974,48 @@ NTSTATUS WINAPI Wow64SystemServiceEx( UINT num, UINT *args )
* cpu_simulate
* cpu_simulate
*/
*/
#ifdef __aarch64__
#ifdef __aarch64__
extern
void
DECLSPEC_NORETURN
cpu_simulate
(
void
(
*
func
)(
void
)
);
extern
void
DECLSPEC_NORETURN
cpu_simulate
(
void
);
__ASM_GLOBAL_FUNC
(
cpu_simulate
,
__ASM_GLOBAL_FUNC
(
cpu_simulate
,
"stp x29, x30, [sp, #-
32
]!
\n\t
"
"stp x29, x30, [sp, #-
16
]!
\n\t
"
".seh_save_fplr_x
32
\n\t
"
".seh_save_fplr_x
16
\n\t
"
".seh_endprologue
\n\t
"
".seh_endprologue
\n\t
"
".seh_handler cpu_simulate_handler, @except
\n\t
"
".seh_handler cpu_simulate_handler, @except
\n
"
"str x0, [sp, #16]
\n
"
".Lcpu_simulate_loop:
\n\t
"
".Lcpu_simulate_loop:
\n\t
"
"ldr x0, [sp, #16]
\n\t
"
"adrp x16, pBTCpuSimulate
\n\t
"
"blr x0
\n\t
"
"ldr x16, [x16, :lo12:pBTCpuSimulate]
\n\t
"
"blr x16
\n\t
"
"b .Lcpu_simulate_loop"
)
"b .Lcpu_simulate_loop"
)
__ASM_GLOBAL_FUNC
(
cpu_simulate_handler
,
__ASM_GLOBAL_FUNC
(
cpu_simulate_handler
,
"stp x29, x30, [sp, #-32]!
\n\t
"
"stp x29, x30, [sp, #-48]!
\n\t
"
".seh_save_fplr_x 32
\n\t
"
".seh_save_fplr_x 48
\n\t
"
"stp x19, x20, [sp, #16]
\n\t
"
".seh_save_regp x19, 16
\n\t
"
".seh_endprologue
\n\t
"
".seh_endprologue
\n\t
"
"mov x19, x0
\n\t
"
/* record */
"mov x19, x0
\n\t
"
/* record */
"mov x20, x1
\n\t
"
/* frame */
"mov x20, x1
\n\t
"
/* frame */
"stp x0, x2, [sp, #16]
\n\t
"
/* record, context */
"ldr w4, [x0, #4]
\n\t
"
/* record->ExceptionFlags */
"add x0, sp, #16
\n\t
"
"tst w4, #6
\n\t
"
/* EXCEPTION_UNWINDING | EXCEPTION_EXIT_UNWIND */
"b.ne 1f
\n\t
"
"stp x0, x2, [sp, #32]
\n\t
"
/* record, context */
"add x0, sp, #32
\n\t
"
"bl Wow64PassExceptionToGuest
\n\t
"
"bl Wow64PassExceptionToGuest
\n\t
"
"mov x
20, x
0
\n\t
"
/* frame */
"mov x
0, x2
0
\n\t
"
/* frame */
"adr x1, .Lcpu_simulate_loop
\n\t
"
/* target */
"adr x1, .Lcpu_simulate_loop
\n\t
"
/* target */
"mov x
19, x2
\n\t
"
/* record */
"mov x
2, x19
\n\t
"
/* record */
"bl RtlUnwind
\n\t
"
"bl RtlUnwind
\n\t
"
"brk #1"
)
"1:
\t
mov w0, #1
\n\t
"
/* ExceptionContinueSearch */
"ldp x19, x20, [sp, #16]
\n\t
"
"ldp x29, x30, [sp], #48
\n\t
"
"ret"
)
#else
#else
extern
void
DECLSPEC_NORETURN
cpu_simulate
(
void
(
*
func
)(
void
)
);
extern
void
DECLSPEC_NORETURN
cpu_simulate
(
void
);
__ASM_GLOBAL_FUNC
(
cpu_simulate
,
__ASM_GLOBAL_FUNC
(
cpu_simulate
,
"subq $0x28, %rsp
\n\t
"
"subq $0x28, %rsp
\n\t
"
".seh_stackalloc 0x28
\n\t
"
".seh_stackalloc 0x28
\n\t
"
".seh_endprologue
\n\t
"
".seh_endprologue
\n\t
"
".seh_handler cpu_simulate_handler, @except
\n\t
"
".seh_handler cpu_simulate_handler, @except
\n\t
"
"movq %rcx,0x20(%rsp)
\n
"
".Lcpu_simulate_loop:
\n\t
"
".Lcpu_simulate_loop:
\n\t
"
"call *
0x20(%rs
p)
\n\t
"
"call *
pBTCpuSimulate(%ri
p)
\n\t
"
"jmp .Lcpu_simulate_loop"
)
"jmp .Lcpu_simulate_loop"
)
__ASM_GLOBAL_FUNC
(
cpu_simulate_handler
,
__ASM_GLOBAL_FUNC
(
cpu_simulate_handler
,
"subq $0x38, %rsp
\n\t
"
"subq $0x38, %rsp
\n\t
"
...
@@ -1098,7 +1105,7 @@ void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CON
...
@@ -1098,7 +1105,7 @@ void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CON
ctx
.
Eip
=
pLdrSystemDllInitBlock
->
pKiUserApcDispatcher
;
ctx
.
Eip
=
pLdrSystemDllInitBlock
->
pKiUserApcDispatcher
;
frame
.
wow_context
=
&
stack
->
context
;
frame
.
wow_context
=
&
stack
->
context
;
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
cpu_simulate
(
pBTCpuSimulate
);
cpu_simulate
();
}
}
break
;
break
;
...
@@ -1124,7 +1131,7 @@ void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CON
...
@@ -1124,7 +1131,7 @@ void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CON
ctx
.
R3
=
arg3
;
ctx
.
R3
=
arg3
;
frame
.
wow_context
=
&
stack
->
context
;
frame
.
wow_context
=
&
stack
->
context
;
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
cpu_simulate
(
pBTCpuSimulate
);
cpu_simulate
();
}
}
break
;
break
;
}
}
...
@@ -1187,7 +1194,7 @@ NTSTATUS WINAPI Wow64KiUserCallbackDispatcher( ULONG id, void *args, ULONG len,
...
@@ -1187,7 +1194,7 @@ NTSTATUS WINAPI Wow64KiUserCallbackDispatcher( ULONG id, void *args, ULONG len,
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
if
(
!
__wine_setjmpex
(
&
frame
.
jmpbuf
,
NULL
))
if
(
!
__wine_setjmpex
(
&
frame
.
jmpbuf
,
NULL
))
cpu_simulate
(
pBTCpuSimulate
);
cpu_simulate
();
else
else
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
orig_ctx
);
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
orig_ctx
);
}
}
...
@@ -1212,7 +1219,7 @@ NTSTATUS WINAPI Wow64KiUserCallbackDispatcher( ULONG id, void *args, ULONG len,
...
@@ -1212,7 +1219,7 @@ NTSTATUS WINAPI Wow64KiUserCallbackDispatcher( ULONG id, void *args, ULONG len,
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
ctx
);
if
(
!
__wine_setjmpex
(
&
frame
.
jmpbuf
,
NULL
))
if
(
!
__wine_setjmpex
(
&
frame
.
jmpbuf
,
NULL
))
cpu_simulate
(
pBTCpuSimulate
);
cpu_simulate
();
else
else
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
orig_ctx
);
pBTCpuSetContext
(
GetCurrentThread
(),
GetCurrentProcess
(),
NULL
,
&
orig_ctx
);
}
}
...
@@ -1236,7 +1243,7 @@ void WINAPI Wow64LdrpInitialize( CONTEXT *context )
...
@@ -1236,7 +1243,7 @@ void WINAPI Wow64LdrpInitialize( CONTEXT *context )
RtlRunOnceExecuteOnce
(
&
init_done
,
process_init
,
NULL
,
NULL
);
RtlRunOnceExecuteOnce
(
&
init_done
,
process_init
,
NULL
,
NULL
);
thread_init
();
thread_init
();
cpu_simulate
(
pBTCpuSimulate
);
cpu_simulate
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment