Home
last modified time | relevance | path

Searched refs:setcr (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/userboot/userboot/
H A Delf64_freebsd.c154 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 Duserboot.h157 void (*setcr)(void *arg, int, uint64_t); member
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c149 { "cr", crhelp, 0, 0, 0, setcr },
H A Dftp_var.h281 extern void setcr(int argc, char *argv[]);
H A Dcmds.c1780 setcr(int argc, char *argv[]) in setcr() function
/titanic_53/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c402 .setcr = test_setcr,