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: f124f15359424933d203b107e1910fa34a1d34a0 (
plain
)
1
2
3
4
5
6
7
struct
spinlock
{
uint
magic
;
char
*
name
;
uint
locked
;
int
cpu
;
uint
pcs
[
10
];
};