Home
last modified time | relevance | path

Searched refs:access (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmmu.rs38 access: usize, // 访问权限 field
/DragonOS/kernel/crates/rbpf/
H A DREADME.md83 able to access [an online version of the documentation from
105 kernel, the eBPF program does not immediately access this data area: initially,
106 it has access to a C `struct sk_buff` instead, which is a buffer containing
109 the `sk_buff`, and then can access the packet data.
451 // the VM. The `bpf_trace_printf` is only available when we have access to
681 * The JIT compiler produces an unsafe program: memory access are not tested at
/DragonOS/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/DragonOS/kernel/src/syscall/
H A Dmod.rs979 Self::access(pathname, mode) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1592 pub fn access(pathname: *const u8, mode: u32) -> Result<usize, SystemError> { in access() method
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md1096 添加access、faccessat、faccessat2 (#439)