/DragonOS-0.1.2/kernel/src/ktest/ |
D | test-kfifo.c | 33 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
|
D | test-idr.c | 197 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/ |
D | asm.h | 50 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/ |
D | utils.c | 14 ul *tmp; in __mm_get_paddr() local 59 ul *tmp; in mm_check_mapped() local
|
D | mm.c | 336 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
|
D | mm-stat.c | 166 struct mm_stat_t tmp = {0}; in mm_stat() local
|
D | mm.h | 233 ul *tmp; in get_CR3() local
|
/DragonOS-0.1.2/kernel/src/libs/ |
D | kfifo.c | 62 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
|
D | idr.c | 878 struct ida_bitmap *tmp = ida_p->free_list; in __get_ida_bitmap() local
|
/DragonOS-0.1.2/kernel/src/time/ |
D | timer.c | 28 …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/ |
D | current.rs | 10 let mut tmp: u64 = !(32767u64); in current_pcb() localVariable
|
/DragonOS-0.1.2/kernel/src/driver/pci/ |
D | msi.c | 150 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
|
D | pci.c | 444 …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/ |
D | mount.c | 81 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/ |
D | string.c | 40 unsigned long tmp = C * 0x0101010101010101UL; in memset() local
|
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/ |
D | rootfs.c | 121 … 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/ |
D | HPET.c | 279 uint64_t tmp; in HPET_init() local
|
/DragonOS-0.1.2/kernel/src/process/ |
D | fork.c | 311 uint64_t *tmp = rbp; in process_rewrite_rbp() local
|
D | process.c | 405 int tmp = process_load_elf_file(regs, path); in do_execve() local
|
/DragonOS-0.1.2/kernel/src/libs/libUI/ |
D | textui.c | 241 uint16_t tmp = window->vlines.chromatic[window->vline_operating].index; in textui_putchar_window() local
|
/DragonOS-0.1.2/kernel/src/common/ |
D | glib.h | 72 unsigned long tmp = C * 0x0101010101010101UL; in memset() local
|
/DragonOS-0.1.2/kernel/src/filesystem/procfs/ |
D | procfs.c | 451 char tmp[70] = {0}; in procfs_register_pid() local
|
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | xhci.c | 2105 …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
|