Searched refs:t1 (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/src/arch/riscv64/asm/ |
H A D | head.S | 28 li t1, -4095 29 and t0, t0, t1 30 la t1, __initial_start_load_paddr 31 sd t0, 0(t1) 103 li t1, KERNEL_VIRT_START 104 sub t1, t1, t0 107 add ra, ra, t1 112 add a2, a2, t1 127 add a0, a0, t1 153 li t1, -0x200000 [all …]
|
/DragonOS/kernel/src/arch/riscv64/ |
H A D | kprobe.rs | 20 pub t1: usize, field 57 t1: trap_frame.t1, in from()
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | tsc.rs | 264 let t1 = tsc; in pit_calibrate_tsc() localVariable 291 let mut delta = t2 - t1; in pit_calibrate_tsc() 317 let t1 = CurrentTimeArch::get_cycles() as u64; in read_refs() localVariable 324 if (t2 - t1) < thresh { in read_refs()
|
/DragonOS/kernel/src/arch/riscv64/interrupt/ |
H A D | mod.rs | 76 pub t1: usize, field 129 t1: 0, in new()
|
H A D | entry.rs | 125 off_t1 = const offset_of!(TrapFrame, t1), in _save_context() 219 off_t1 = const offset_of!(TrapFrame, t1), in ret_from_exception()
|
/DragonOS/docs/kernel/locking/ |
H A D | rwlock.md | 197 let t1 = thread::spawn(t_write); 200 t1.join().expect("t1");
|
/DragonOS/kernel/src/arch/riscv64/process/ |
H A D | kthread.rs | 88 off_t1 = const offset_of!(TrapFrame, t1), in kernel_thread_bootstrap_stage1()
|