Home
last modified time | relevance | path

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

12

/trueos/sys/security/mac_seeotheruids/
HDmac_seeotheruids.c105 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/
HDmac_cred.c345 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()
HDmac_framework.h126 int mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2);
127 void mac_cred_copy(struct ucred *cr1, struct ucred *cr2);
HDmac_policy.h157 struct ucred *cr2);
/trueos/sys/security/mac_partition/
HDmac_partition.c138 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/
HDvmx_support.S57 movq %rsi,%cr2; \
221 movq %cr2,%rdi
/trueos/sys/amd64/vmm/amd/
HDvmcb.c180 *retval = state->cr2; in vmcb_read()
268 state->cr2 = val; in vmcb_write()
HDvmcb.h308 uint64_t cr2; member
/trueos/sys/xen/interface/arch-x86/
HDxen-x86_32.h148 unsigned long cr2; member
HDxen-x86_64.h183 unsigned long cr2; member
/trueos/sys/xen/interface/arch-x86/hvm/
HDsave.h77 uint64_t cr2; member
186 uint64_t cr2; member
/trueos/contrib/gcc/config/rs6000/
HDppc-asm.h40 #define cr2 2 macro
/trueos/sys/xen/interface/hvm/
HDhvm_op.h236 uint64_aligned_t cr2; member
/trueos/sys/i386/i386/
HDswtch.s391 movl %cr2,%eax
445 movl %eax,%cr2
/trueos/sys/dev/cx/
HDcsigma.c116 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/
HDcpu_switch.S350 movq %cr2,%rax
470 movq %rax,%cr2
HDexception.S306 1: movq %cr2,%rdi /* preserve %cr2 before .. */
/trueos/contrib/binutils/opcodes/
HDi386-reg.tbl90 cr2, Control, 0, 2
/trueos/sys/kern/
HDkern_sig.c160 #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/
HDvmm.h628 void vm_inject_pf(void *vm, int vcpuid, int error_code, uint64_t cr2);
/trueos/sys/amd64/vmm/
HDvmm.c1796 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/
HDPPCRegisterInfo.td139 def CR2 : CR<2, "cr2", [CR2LT, CR2GT, CR2EQ, CR2UN]>, DwarfRegNum<[70, 70]>;
/trueos/sys/i386/xen/
HDxen_machdep.c405 return (HYPERVISOR_shared_info->vcpu_info[curcpu].arch.cr2); in xen_rcr2()
/trueos/sys/security/mac_lomac/
HDmac_lomac.c980 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/
HDmac_stub.c292 stub_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in stub_cred_check_visible() argument

12