Changeset c832cc0a in mainline for arch/amd64/include/asm.h
- Timestamp:
- 2005-08-31T23:57:30Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a0d782
- Parents:
- 3817ed1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/asm.h
r3817ed1 rc832cc0a 132 132 } 133 133 134 /** Read CR2 135 * 136 * Return value in CR2 137 * 138 * @return Value read. 139 */ 140 static inline __u32 read_cr2(void) { __u64 v; __asm__ volatile ("movq %%cr2,%0" : "=r" (v)); return v; } 141 142 134 143 extern size_t interrupt_handler_size; 135 144 extern void interrupt_handlers(void);
Note:
See TracChangeset
for help on using the changeset viewer.