| /trueos/sys/security/mac_seeotheruids/ |
| HD | mac_seeotheruids.c | 105 seeotheruids_check(struct ucred *cr1, struct ucred *cr2) in seeotheruids_check() argument 112 if (cr1->cr_rgid == cr2->cr_rgid) in seeotheruids_check() 122 if (cr1->cr_ruid == cr2->cr_ruid) in seeotheruids_check() 156 seeotheruids_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in seeotheruids_cred_check_visible() argument 159 return (seeotheruids_check(cr1, cr2)); in seeotheruids_cred_check_visible()
|
| /trueos/sys/security/mac/ |
| HD | mac_cred.c | 345 mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in mac_cred_check_visible() argument 349 MAC_POLICY_CHECK_NOSLEEP(cred_check_visible, cr1, cr2); in mac_cred_check_visible() 350 MAC_CHECK_PROBE2(cred_check_visible, error, cr1, cr2); in mac_cred_check_visible()
|
| HD | mac_framework.h | 126 int mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2); 127 void mac_cred_copy(struct ucred *cr1, struct ucred *cr2);
|
| HD | mac_policy.h | 157 struct ucred *cr2);
|
| /trueos/sys/security/mac_partition/ |
| HD | mac_partition.c | 138 partition_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in partition_cred_check_visible() argument 142 error = partition_check(cr1->cr_label, cr2->cr_label); in partition_cred_check_visible()
|
| /trueos/sys/amd64/vmm/intel/ |
| HD | vmx_support.S | 57 movq %rsi,%cr2; \ 221 movq %cr2,%rdi
|
| /trueos/sys/amd64/vmm/amd/ |
| HD | vmcb.c | 180 *retval = state->cr2; in vmcb_read() 268 state->cr2 = val; in vmcb_write()
|
| HD | vmcb.h | 308 uint64_t cr2; member
|
| /trueos/sys/xen/interface/arch-x86/ |
| HD | xen-x86_32.h | 148 unsigned long cr2; member
|
| HD | xen-x86_64.h | 183 unsigned long cr2; member
|
| /trueos/sys/xen/interface/arch-x86/hvm/ |
| HD | save.h | 77 uint64_t cr2; member 186 uint64_t cr2; member
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | ppc-asm.h | 40 #define cr2 2 macro
|
| /trueos/sys/xen/interface/hvm/ |
| HD | hvm_op.h | 236 uint64_aligned_t cr2; member
|
| /trueos/sys/i386/i386/ |
| HD | swtch.s | 391 movl %cr2,%eax 445 movl %eax,%cr2
|
| /trueos/sys/dev/cx/ |
| HD | csigma.c | 116 unsigned char cr2, sr; in cx_download() local 126 cr2 = 0; in cx_download() 127 if (v >> b & 1) cr2 |= BCR2_TMS; in cx_download() 128 if (v >> b & 2) cr2 |= BCR2_TDI; in cx_download() 129 outb (BCR2(port), cr2); in cx_download()
|
| /trueos/sys/amd64/amd64/ |
| HD | cpu_switch.S | 350 movq %cr2,%rax 470 movq %rax,%cr2
|
| HD | exception.S | 306 1: movq %cr2,%rdi /* preserve %cr2 before .. */
|
| /trueos/contrib/binutils/opcodes/ |
| HD | i386-reg.tbl | 90 cr2, Control, 0, 2
|
| /trueos/sys/kern/ |
| HD | kern_sig.c | 160 #define CANSIGIO(cr1, cr2) \ argument 162 (cr1)->cr_ruid == (cr2)->cr_ruid || \ 163 (cr1)->cr_uid == (cr2)->cr_ruid || \ 164 (cr1)->cr_ruid == (cr2)->cr_uid || \ 165 (cr1)->cr_uid == (cr2)->cr_uid)
|
| /trueos/sys/amd64/include/ |
| HD | vmm.h | 628 void vm_inject_pf(void *vm, int vcpuid, int error_code, uint64_t cr2);
|
| /trueos/sys/amd64/vmm/ |
| HD | vmm.c | 1796 vm_inject_pf(void *vmarg, int vcpuid, int error_code, uint64_t cr2) in vm_inject_pf() argument 1803 error_code, cr2); in vm_inject_pf() 1805 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_CR2, cr2); in vm_inject_pf()
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCRegisterInfo.td | 139 def CR2 : CR<2, "cr2", [CR2LT, CR2GT, CR2EQ, CR2UN]>, DwarfRegNum<[70, 70]>;
|
| /trueos/sys/i386/xen/ |
| HD | xen_machdep.c | 405 return (HYPERVISOR_shared_info->vcpu_info[curcpu].arch.cr2); in xen_rcr2()
|
| /trueos/sys/security/mac_lomac/ |
| HD | mac_lomac.c | 980 lomac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in lomac_cred_check_visible() argument 988 obj = SLOT(cr2->cr_label); in lomac_cred_check_visible()
|
| /trueos/sys/security/mac_stub/ |
| HD | mac_stub.c | 292 stub_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in stub_cred_check_visible() argument
|