Home
last modified time | relevance | path

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

/DragonOS-0.1.2/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.2/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.2/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.2/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.2/kernel/src/time/
Dtimer.c28 …struct timer_func_list_t *tmp = (struct timer_func_list_t *)kmalloc(sizeof(struct timer_func_list_… in timer_init() local
43 …struct timer_func_list_t *tmp = container_of(list_next(&timer_func_head.list), struct timer_func_l… in do_timer_softirq() local
107 …struct timer_func_list_t *tmp = container_of(list_next(&timer_func_head.list), struct timer_func_l… in timer_func_add() local
/DragonOS-0.1.2/kernel/src/arch/x86_64/asm/
Dcurrent.rs10 let mut tmp: u64 = !(32767u64); in current_pcb() localVariable
/DragonOS-0.1.2/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.2/kernel/src/filesystem/VFS/
Dmount.c81 struct mountpoint *tmp = container_of(list, struct mountpoint, mnt_list); in mount_find_mnt_list_by_parent() local
/DragonOS-0.1.2/user/libs/libc/src/
Dstring.c40 unsigned long tmp = C * 0x0101010101010101UL; in memset() local
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c121 … struct vfs_dir_entry_t *tmp = container_of(list, struct vfs_dir_entry_t, child_node_list); in rootfs_add_dir() local
183 struct vfs_dir_entry_t *tmp = container_of(list, struct vfs_dir_entry_t, child_node_list); in rootfs_migrate() local
/DragonOS-0.1.2/kernel/src/driver/timers/HPET/
DHPET.c279 uint64_t tmp; in HPET_init() local
/DragonOS-0.1.2/kernel/src/process/
Dfork.c311 uint64_t *tmp = rbp; in process_rewrite_rbp() local
Dprocess.c405 int tmp = process_load_elf_file(regs, path); in do_execve() local
/DragonOS-0.1.2/kernel/src/libs/libUI/
Dtextui.c241 uint16_t tmp = window->vlines.chromatic[window->vline_operating].index; in textui_putchar_window() local
/DragonOS-0.1.2/kernel/src/common/
Dglib.h72 unsigned long tmp = C * 0x0101010101010101UL; in memset() local
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c451 char tmp[70] = {0}; in procfs_register_pid() local
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c2105 …uint32_t tmp = pci_read_config(dev_hdr->header.bus, dev_hdr->header.device, dev_hdr->header.func, … in xhci_init() local
2152 …uint32_t tmp = pci_read_config(dev_hdr->header.bus, dev_hdr->header.device, dev_hdr->header.func, … in xhci_init() local