index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spinlock.h
blob: 656d272d75d8317c2d7920ad55a962b823c9ef71 (
plain
)
1
2
3
4
5
struct
spinlock
{
uint
locked
;
uint32_t
pc
;
int
cpu
;
};