Searched refs:setcr (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | elf64_freebsd.c | 154 CALLBACK(setcr, 4, CR4_PAE | CR4_VMXE); in elf64_exec() 155 CALLBACK(setcr, 3, 0x2000); in elf64_exec() 156 CALLBACK(setcr, 0, CR0_PG | CR0_PE | CR0_NE); in elf64_exec()
|
| /titanic_53/usr/src/boot/sys/boot/userboot/ |
| H A D | userboot.h | 157 void (*setcr)(void *arg, int, uint64_t); member
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| H A D | cmdtab.c | 149 { "cr", crhelp, 0, 0, 0, setcr },
|
| H A D | ftp_var.h | 281 extern void setcr(int argc, char *argv[]);
|
| H A D | cmds.c | 1780 setcr(int argc, char *argv[]) in setcr() function
|
| /titanic_53/usr/src/boot/sys/boot/userboot/test/ |
| H A D | test.c | 402 .setcr = test_setcr,
|