We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pub
많은 fields들이 public 한 상태로 선언되어 있습니다.
cpu.rs
Interrupts
api.rs
VCpu
{api, cpu}.rs
Cpu
vm.rs
WaitEntry
Mailbox
{api, vm}.rs
Vm
VmLocked
TwoVmLocked
mm.rs
PageTable
STAGE2_INVALIDATE
slist.rs
List
spci.rs
SpciMessage
SpciMemoryRegionConstituent
SpciMemoryRegion
list.rs
list_entry
해결 방법:
The text was updated successfully, but these errors were encountered:
WIP: 1ab3461
Sorry, something went wrong.
efenniht
No branches or pull requests
많은 fields들이 public 한 상태로 선언되어 있습니다.
cpu.rs
Interrupts
->api.rs
에서 사용VCpu
->{api, cpu}.rs
에서 사용Cpu
->{api, cpu}.rs
에서 사용vm.rs
WaitEntry
->api.rs
에서 사용Mailbox
->{api, vm}.rs
에서 사용Vm
->{api, vm}.rs
에서 사용VmLocked
TwoVmLocked
mm.rs
PageTable
STAGE2_INVALIDATE
: field는 아니지만...slist.rs
List
spci.rs
SpciMessage
,SpciMemoryRegionConstituent
,SpciMemoryRegion
:api.rs
에서 사용list.rs
list_entry
해결 방법:
The text was updated successfully, but these errors were encountered: