Searched defs:HookHandler (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DAsmFuncs.s1146 // HookHandler
1168 HookHandler: label
1266 // HookHandler, which in turn calls into the default C handler, which calls
1267 // the user-installed C handler. The calls return and HookHandler executes
1280 movl SCRATCH_REG1=HookHandler;;
1324 // HookHandler
1327 movl SCRATCH_REG1=HookHandler;; // SCRATCH_REG1 = entrypoint of HookHandler
1328 mov b0=SCRATCH_REG1;; // b0 = entrypoint of HookHandler
1330 br.sptk.few b0;; // branch to HookHandler
[all...]

Completed in 92 milliseconds