Home
last modified time | relevance | path

Searched refs:cr2 (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c652 crcmp(const cred_t *cr1, const cred_t *cr2) in crcmp() argument
656 if (cr1 == cr2) in crcmp()
659 if (cr1->cr_uid == cr2->cr_uid && in crcmp()
660 cr1->cr_gid == cr2->cr_gid && in crcmp()
661 cr1->cr_ruid == cr2->cr_ruid && in crcmp()
662 cr1->cr_rgid == cr2->cr_rgid && in crcmp()
663 cr1->cr_zone == cr2->cr_zone && in crcmp()
664 ((grp1 = cr1->cr_grps) == (grp2 = cr2->cr_grps) || in crcmp()
669 return (!priv_isequalset(&CR_OEPRIV(cr1), &CR_OEPRIV(cr2))); in crcmp()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix_sup.S36 movq %cr2, %rax
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx_support.S63 movq %rsi,%cr2; \
98 movq %cr2, %rbx; \
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dexc.S143 movq %cr2,%rax
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h176 unsigned long cr2; member
H A Dxen-x86_64.h195 unsigned long cr2; member
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dvmcb.c96 res = &state->cr2; in vmcb_regptr()
H A Dvmcb.h368 uint64_t cr2; /* 0x240 */ member
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c513 cred_t *cr2; in msg_getcred() local
542 cr2 = DB_CRED(mp2); in msg_getcred()
543 if (cr2 != NULL) { in msg_getcred()
545 cred_t *, cr, cred_t *, cr2); in msg_getcred()
546 ASSERT(crgetzoneid(cr) == crgetzoneid(cr2) || in msg_getcred()
548 crgetzone(cr2) == NULL); in msg_getcred()
575 cred_t *cr2; in msg_extractcred() local
605 cr2 = DB_CRED(mp2); in msg_extractcred()
606 if (cr2 != NULL) { in msg_extractcred()
608 cred_t *, cr, cred_t *, cr2); in msg_extractcred()
[all …]
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c544 uint64_t cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; in get_all_registers() local
564 error = vm_get_register(vcpu, VM_REG_GUEST_CR2, &cr2); in get_all_registers()
566 printf("cr2[%d]\t\t0x%016lx\n", vcpuid, cr2); in get_all_registers()
1739 uint64_t rax, cr0, cr2, cr3, cr4, dr0, dr1, dr2, dr3, dr6, dr7; in main() local
1781 cr2 = strtoul(optarg, NULL, 0); in main()
1959 error = vm_set_register(vcpu, VM_REG_GUEST_CR2, cr2); in main()
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_asm.S131 movq %cr2, %rax; \
152 movq %rax, %cr2; \
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c1050 smb_is_same_user(cred_t *cr1, cred_t *cr2) in smb_is_same_user() argument
1053 ksid_t *ks2 = crgetsid(cr2, KSID_USER); in smb_is_same_user()
/illumos-gate/usr/src/uts/intel/sys/
H A Dtraptrace.h168 _mov %cr2, reg
/illumos-gate/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in175 arch.cr2 VCPU_INFO_ARCH_CR2
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S236 movq %cr2, %rax
1161 movq %cr2, %rax
1187 movq %cr2, %rax
H A Dexception.S569 movq %cr2, %r15
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.S392 movq %cr2, %rsi
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs266 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
268 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
269 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
292 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
293 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
296 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
322 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
325 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
422 …text_64)->trapno, (struct sigcontext_64)->oldmask, (struct sigcontext_64)->cr2, (struct sigcontext…
426 …t)->debugreg6, (struct thread_struct)->ptrace_dr7, (struct thread_struct)->cr2, (struct thread_str…
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h384 void vm_inject_pf(struct vm *vm, int vcpuid, uint32_t errcode, uint64_t cr2);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2894 vm_inject_pf(struct vm *vm, int vcpuid, uint32_t errcode, uint64_t cr2) in vm_inject_pf() argument
2896 VERIFY0(vm_set_register(vm, vcpuid, VM_REG_GUEST_CR2, cr2)); in vm_inject_pf()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src14923 # requires that you set "stty cr2".
H A Dterminfo.src16841 # requires that you set "stty cr2".