Searched refs:uint64_t (Results 51 – 75 of 87) sorted by relevance
1234
| /lib/libc/ |
| D | process.c | 23 uint64_t status = OSSpawn(path, argv); in spawn() 36 uint64_t wstatus = OSWait(pid); in waitpid()
|
| D | printf.c | 14 (lflag == 8) ? va_arg(ap, uint64_t) : \ 30 uint64_t num,int base,int width,int padc) in printnum() 79 uint64_t unum; in kvprintf()
|
| /sys/kern/ |
| D | sga.c | 18 SGArray_Append(SGArray *sga, uint64_t off, uint64_t len) in SGArray_Append()
|
| D | nic.c | 17 uint64_t nextNICNo = 0; 33 NIC_GetByID(uint64_t nicNo) in NIC_GetByID()
|
| D | spinlock.c | 30 extern uint64_t ticksPerSecond; 43 Spinlock_Init(Spinlock *lock, const char *name, uint64_t type) in Spinlock_Init() 77 uint64_t startTSC; in Spinlock_Lock()
|
| D | loader.c | 131 Loader_Load(Thread *thr, VNode *vn, void *buf, uint64_t len) in Loader_Load() 151 uint64_t va = phdr[i].p_vaddr; in Loader_Load() 152 uint64_t memsz = phdr[i].p_memsz; in Loader_Load() 157 va = va & ~(uint64_t)PGMASK; in Loader_Load()
|
| D | handle.c | 46 uint64_t 71 Handle_Lookup(Process *proc, uint64_t fd) in Handle_Lookup()
|
| D | printf.c | 17 (lflag == 8) ? va_arg(ap, uint64_t) : \ 33 uint64_t num,int base,int width,int padc) in printnum() 82 uint64_t unum; in kvprintf()
|
| /sys/amd64/ |
| D | mp.c | 60 volatile uint64_t *args = (uint64_t *)DMPA2VA(0x6F00); in MPBootAP() 65 args[0] = DMVA2PA((uint64_t)systemAS.root); in MPBootAP() 66 args[1] = PGSIZE + (uint64_t)PAlloc_AllocPage(); in MPBootAP()
|
| D | switch.S | 9 # switch(uint64_t *oldsp, uint64_t newsp)
|
| D | lapic.c | 70 uint64_t base = rdmsr(IA32_APIC_BASE_MSR) & 0xFFFFFFFFFFFFF000ULL; in LAPIC_GetBase() 108 LAPIC_Periodic(uint64_t rate) in LAPIC_Periodic() 184 uint64_t base; in LAPIC_Init()
|
| D | xmem.c | 94 uint64_t off; in XMem_Allocate() 109 PMap_SystemMap(DMVA2PA((uint64_t)pg), xmem->base + off, 1, 0); in XMem_Allocate()
|
| D | time.c | 12 uint64_t
|
| /sys/include/ |
| D | nic.h | 13 uint64_t nicNo; // NIC number 23 NIC *NIC_GetByID(uint64_t nicNo);
|
| D | sysctl.h | 68 uint64_t SysCtl_GetType(const char *node); 70 uint64_t SysCtl_SetObject(const char *node, void *obj);
|
| D | loader.h | 8 bool Loader_Load(Thread *thr, VNode *vn, void *buf, uint64_t len);
|
| D | mutex.h | 9 uint64_t status;
|
| /sys/dev/x86/ |
| D | ide.c | 70 uint64_t size; // Size of Disk 79 int IDE_ReadOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len); 80 int IDE_WriteOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len); 340 IDE_ReadOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len) in IDE_ReadOne() 414 IDE_WriteOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len) in IDE_WriteOne()
|
| /sys/amd64/include/ |
| D | multiboot.h | 187 uint64_t framebuffer_addr; 226 uint64_t addr; 227 uint64_t len;
|
| D | lapic.h | 14 void LAPIC_Periodic(uint64_t rate);
|
| /include/core/ |
| D | mutex.h | 6 uint64_t lock;
|
| /tests/ |
| D | fiotest.c | 14 uint64_t fd = OSOpen("/LICENSE", 0); in main()
|
| D | threadtest.c | 11 threadEntry(uint64_t arg) in threadEntry()
|
| /sbin/init/ |
| D | init.c | 7 uint64_t status; in main()
|
| /include/ |
| D | dirent.h | 9 uint64_t offset;
|
1234