Searched refs:args (Results 1 – 3 of 3) sorted by relevance
60 volatile uint64_t *args = (uint64_t *)DMPA2VA(0x6F00); in MPBootAP() local65 args[0] = DMVA2PA((uint64_t)systemAS.root); in MPBootAP()66 args[1] = PGSIZE + (uint64_t)PAlloc_AllocPage(); in MPBootAP()68 kprintf("CR3: %016llx RSP: %016llx\n", args[0], args[1]); in MPBootAP()82 PAlloc_Release((void *)(args[1] - PGSIZE)); in MPBootAP()
11 const char *args[] = { "/bin/shell", NULL }; in main() local12 status = OSSpawn("/bin/shell", &args[0]); in main()
590 va_list args; in ppp_trace() local593 va_start(args, format); in ppp_trace()594 vprintf(format, args); in ppp_trace()595 va_end(args); in ppp_trace()