Searched refs:change (Results 1 – 10 of 10) sorted by relevance
/DragonOS/kernel/src/virt/kvm/ |
H A D | vm.rs | 82 let change: KvmMemoryChange; in set_user_memory_region() localVariable 99 change = KvmMemoryChange::Create; in set_user_memory_region() 111 change = KvmMemoryChange::Move; in set_user_memory_region() 114 change = KvmMemoryChange::FlagsOnly; in set_user_memory_region() 125 change = KvmMemoryChange::Delete; in set_user_memory_region() 130 if change == KvmMemoryChange::Create || change == KvmMemoryChange::Move { in set_user_memory_region() 156 if change == KvmMemoryChange::Create { in set_user_memory_region()
|
/DragonOS/user/apps/test_ebpf/syscall_ebpf/ |
H A D | README.md | 14 You may also change the target architecture with the `--target` flag.
|
/DragonOS/kernel/src/libs/lib_ui/ |
H A D | screen_manager.rs | 268 fn change(&self, _buf: ScmBufferInfo) -> Result<i32, SystemError> { in change() method 364 .change(buf_info)?; in scm_enable_double_buffer() 370 (*framework).change(new_buf_info)?; in scm_enable_double_buffer() 443 framework.change(device_buffer.clone())?; in true_scm_reinit()
|
H A D | textui.rs | 978 fn change(&self, buf_info: ScmBufferInfo) -> Result<i32, SystemError> { in change() method
|
/DragonOS/docs/kernel/libs/lib_ui/ |
H A D | scm.md | 31 fn change(&self, _buf: ScmBufferInfo) -> Result<i32, SystemError> {
|
/DragonOS/ |
H A D | LICENSE | 12 freedom to share and change it. By contrast, the GNU General Public 13 License is intended to guarantee your freedom to share and change free 25 if you want it, that you can change the software or use pieces of it 96 stating that you changed the files and the date of any change. 286 free software which everyone can redistribute and change under these terms.
|
/DragonOS/docs/kernel/debug/ |
H A D | debug-kernel-with-gdb.md | 46 This is free software: you are free to change and redistribute it.
|
/DragonOS/kernel/src/driver/tty/virtual_terminal/ |
H A D | virtual_console.rs | 1998 pub fn make_cursor(size: u32, change: u32, set: u32) -> Self { in make_cursor() 1999 unsafe { Self::from_bits_unchecked(size | (change << 8) | (set << 16)) } in make_cursor()
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 182 You can use for example `my_vm.set_program(my_program);` to change the loaded 679 * This crate is **under development** and the API may be subject to change.
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.9.md | 2116 there is no change for c symbols
|