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

/vbox/include/iprt/
H A Dasm-amd64-x86.h1865 * @param uRegister Register to read.
1868 DECLASM(uint64_t) ASMRdMsr(uint32_t uRegister); variable
1870 DECLINLINE(uint64_t) ASMRdMsr(uint32_t uRegister) argument
1877 : "c" (uRegister));
1880 u.u = __readmsr(uRegister);
1885 mov ecx, [uRegister]
1901 * @param uRegister Register to write to.
1905 DECLASM(void) ASMWrMsr(uint32_t uRegister, uint64_t u64Val);
1907 DECLINLINE(void) ASMWrMsr(uint32_t uRegister, uint64_t u64Val) argument
1916 "c" (uRegister));
1944 ASMRdMsrEx(uint32_t uRegister, RTCCUINTREG uXDI) argument
1982 ASMWrMsrEx(uint32_t uRegister, RTCCUINTREG uXDI, uint64_t u64Val) argument
2017 DECLASM(uint32_t) ASMRdMsr_Low(uint32_t uRegister); variable
2019 ASMRdMsr_Low(uint32_t uRegister) argument
2052 DECLASM(uint32_t) ASMRdMsr_High(uint32_t uRegister); variable
2054 ASMRdMsr_High(uint32_t uRegister) argument
[all...]

Completed in 44 milliseconds