Searched refs:crb (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | tpm_intf_crb.c | 192 struct tpm_crb *const crb = arg; in tpm_crb_thread() local 194 pthread_mutex_lock(&crb->mutex); in tpm_crb_thread() 200 if (crb->closing) in tpm_crb_thread() 203 pthread_cond_wait(&crb->cond, &crb->mutex); in tpm_crb_thread() 205 if (crb->closing) in tpm_crb_thread() 208 const uint64_t cmd_addr = CRB_CMD_ADDR_READ(crb->regs); in tpm_crb_thread() 209 const uint64_t rsp_addr = CRB_RSP_ADDR_READ(crb->regs); in tpm_crb_thread() 210 const uint32_t cmd_size = CRB_CMD_SIZE_READ(crb->regs); in tpm_crb_thread() 211 const uint32_t rsp_size = CRB_RSP_SIZE_READ(crb->regs); in tpm_crb_thread() 248 memcpy(cmd, crb->regs.data_buffer, TPM_CRB_DATA_BUFFER_SIZE); in tpm_crb_thread() [all …]
|
/freebsd/sys/sys/ |
H A D | ucred.h | 200 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument 202 crb->cred = NULL; in credbatch_prep() 203 crb->users = 0; in credbatch_prep() 204 crb->ref = 0; in credbatch_prep() 206 void credbatch_add(struct credbatch *crb, struct thread *td); 209 credbatch_process(struct credbatch *crb __unused) in credbatch_process() 214 void credbatch_final(struct credbatch *crb);
|
/freebsd/sys/kern/ |
H A D | kern_prot.c | 2428 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add() argument 2438 if (crb->cred != cr) { in credbatch_add() 2439 if (crb->users > 0) { in credbatch_add() 2440 MPASS(crb->cred != NULL); in credbatch_add() 2441 crunusebatch(crb->cred, crb->users, crb->ref); in credbatch_add() 2442 crb->users = 0; in credbatch_add() 2443 crb->ref = 0; in credbatch_add() 2446 crb->cred = cr; in credbatch_add() 2447 crb->users++; in credbatch_add() 2448 crb->ref += td->td_ucredref; in credbatch_add() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | cn9130-crb-A.dts | 6 #include "cn9130-crb.dtsi"
|
H A D | cn9130-crb-B.dts | 6 #include "cn9130-crb.dtsi"
|
H A D | cn9130-crb.dtsi | 113 cp0_sdhci_cd_pins_crb: cp0-sdhci-cd-pins-crb {
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 111 sudo dnf config-manager -y --set-enabled crb
|
/freebsd/sys/cam/ |
H A D | cam_ccb.h | 1375 struct ccb_resetbus crb; 1359 struct ccb_resetbus crb; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 148 defm CRB : CmpBranchRRSPair<"crb", 0xECF6, GR32>; 176 def CRBAsm#V : FixedCmpBranchRRS<ICV<V>, "crb", 0xECF6, GR32>;
|