mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
Update to use DOS format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6322 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
97b38d4e35
commit
7270fe8720
@ -15,31 +15,31 @@
|
|||||||
#ifndef __CPU_LIB_H__
|
#ifndef __CPU_LIB_H__
|
||||||
#define __CPU_LIB_H__
|
#define __CPU_LIB_H__
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Places the CPU in a sleep state until an interrupt is received.
|
Places the CPU in a sleep state until an interrupt is received.
|
||||||
|
|
||||||
Places the CPU in a sleep state until an interrupt is received. If interrupts
|
Places the CPU in a sleep state until an interrupt is received. If interrupts
|
||||||
are disabled prior to calling this function, then the CPU will be placed in a
|
are disabled prior to calling this function, then the CPU will be placed in a
|
||||||
sleep state indefinitely.
|
sleep state indefinitely.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
CpuSleep (
|
CpuSleep (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
||||||
|
|
||||||
Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
CpuFlushTlb (
|
CpuFlushTlb (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user