Searched refs:csb (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_execlists_submission.c154 #define GEN12_CTX_STATUS_SWITCHED_TO_NEW_QUEUE (0x1) /* lower csb dword */
155 #define GEN12_CTX_SWITCH_DETAIL(csb_dw) ((csb_dw) & 0xF) /* upper csb dword */
161 #define XEHP_CTX_STATUS_SWITCHED_TO_NEW_QUEUE BIT(1) /* upper csb dword */
1695 * Xe_HP csb shuffles things around compared to TGL:
1733 static bool xehp_csb_parse(const u64 csb) argument
1735 return __gen12_csb_parse(XEHP_CSB_CTX_VALID(lower_32_bits(csb)), /* cxt to */
1736 XEHP_CSB_CTX_VALID(upper_32_bits(csb)), /* cxt away */
1737 upper_32_bits(csb) & XEHP_CTX_STATUS_SWITCHED_TO_NEW_QUEUE,
1738 GEN12_CTX_SWITCH_DETAIL(lower_32_bits(csb)));
1741 static bool gen12_csb_parse(const u64 csb) argument
1749 gen8_csb_parse(const u64 csb) argument
1755 wa_csb_read(const struct intel_engine_cs *engine, u64 * const csb) argument
1788 csb_read(const struct intel_engine_cs *engine, u64 * const csb) argument
1886 u64 csb; local
[all...]
/openbsd-current/sbin/iked/
H A Dpolicy.c775 struct iked_childsa *csb; local
785 if ((csb = csa->csa_bundled) != NULL)
786 csb->csa_bundled = NULL;
787 if ((csb = csa->csa_peersa) != NULL)
788 csb->csa_peersa = NULL;
H A Dikev2.c4094 struct iked_childsa *csa = NULL, *csb = NULL; local
4129 (csb = csa->csa_peersa) == NULL)) {
4252 csb->csa_rekey = 1;
6123 struct iked_childsa *csa = NULL, *csb = NULL; local
6334 if ((csb = calloc(1, sizeof(*csb))) == NULL) {
6339 memcpy(csb, csa, sizeof(*csb));
6342 csb->csa_spi.spi = csa->csa_peerspi;
6343 csb
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm911 =item {csb} : Kashubian

Completed in 196 milliseconds