Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 19 of 19) sorted by relevance

/DragonOS-0.1.7/kernel/src/ktest/
Dtest-kfifo.c33 uint64_t tmp = i; in ktest_kfifo_case0_1() local
44 uint64_t tmp = 0; in ktest_kfifo_case0_1() local
66 uint64_t tmp = i; in ktest_kfifo_case0_1() local
76 __int128_t tmp = 100; in ktest_kfifo_case0_1() local
84 uint64_t tmp = 32; in ktest_kfifo_case0_1() local
96 uint64_t tmp = 0; in ktest_kfifo_case0_1() local
105 uint64_t tmp = 99; in ktest_kfifo_case0_1() local
120 char tmp[20 * sizeof(uint64_t)]; in ktest_kfifo_case0_1() local
128 char tmp[25 * sizeof(uint64_t)]; in ktest_kfifo_case0_1() local
Dtest-idr.c197 int tmp = 0; in ktest_idr_case2() local
275 int tmp; in ktest_idr_case3() local
359 static uint32_t tmp; in ktest_idr_case4() local
/DragonOS-0.1.7/kernel/src/arch/x86_64/include/asm/
Dasm.h50 uint64_t *tmp; in get_rsp() local
64 uint64_t *tmp; in get_rbp() local
78 uint64_t *tmp; in get_ds() local
92 uint64_t *tmp; in get_rax() local
105 uint64_t *tmp; in get_rbx() local
143 unsigned long tmp = 0; in get_rflags() local
/DragonOS-0.1.7/kernel/src/mm/
Dutils.c14 ul *tmp; in __mm_get_paddr() local
59 ul *tmp; in mm_check_mapped() local
Dmm.c336 ul tmp = 64 - page_start % 64; in alloc_pages() local
505 uint64_t *tmp = idle_pml4t_vaddr + i; in page_table_init() local
532 ul *tmp; in mm_get_PDE() local
600 ul tmp = 64 - page_start % 64; in mm_find_page() local
Dmm-stat.c166 struct mm_stat_t tmp = {0}; in mm_stat() local
Dmm.h233 ul *tmp; in get_CR3() local
/DragonOS-0.1.7/kernel/src/libs/
Dkfifo.c62 uint32_t tmp = fifo->total_size - fifo->in_offset; in kfifo_in() local
96 uint32_t tmp = fifo->total_size - fifo->out_offset; in kfifo_out() local
130 uint32_t tmp = fifo->total_size - fifo->out_offset; in kfifo_out_peek() local
Didr.c878 struct ida_bitmap *tmp = ida_p->free_list; in __get_ida_bitmap() local
/DragonOS-0.1.7/kernel/src/driver/pci/
Dmsi.c150 uint32_t tmp; in pci_enable_msi() local
235 uint32_t tmp; in pci_start_msi() local
293 uint32_t tmp; in pci_disable_msi() local
Dpci.c444 …uint32_t tmp = pci_read_config(ptr->bus, ptr->device, ptr->func, ((struct pci_device_structure_gen… in pci_init() local
525 uint32_t tmp; in pci_enumerate_capability_list() local
/DragonOS-0.1.7/kernel/src/arch/x86_64/asm/
Dcurrent.rs11 let mut tmp: u64 = !(32767u64); in current_pcb() localVariable
/DragonOS-0.1.7/kernel/src/process/
Dprocess.c147 struct pt_regs tmp = {0}; in process_open_exec_file() local
394 struct pt_regs tmp = {0}; in process_load_elf_file() local
462 int tmp = process_load_elf_file(regs, path); in do_execve() local
Dfork.c286 uint64_t *tmp = rbp; in process_rewrite_rbp() local
/DragonOS-0.1.7/user/libs/libc/src/
Dstring.c40 unsigned long tmp = C * 0x0101010101010101UL; in memset() local
/DragonOS-0.1.7/kernel/src/driver/timers/HPET/
DHPET.c277 uint64_t tmp; in HPET_init() local
/DragonOS-0.1.7/kernel/src/libs/libUI/
Dtextui.c241 uint16_t tmp = window->vlines.chromatic[window->vline_operating].index; in textui_putchar_window() local
/DragonOS-0.1.7/kernel/src/common/
Dglib.h72 unsigned long tmp = C * 0x0101010101010101UL; in memset() local
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c2107 …uint32_t tmp = pci_read_config(dev_hdr->header.bus, dev_hdr->header.device, dev_hdr->header.func, … in xhci_init() local
2154 …uint32_t tmp = pci_read_config(dev_hdr->header.bus, dev_hdr->header.device, dev_hdr->header.func, … in xhci_init() local