Searched refs:psr (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dpsw.h43 #include <v7/sys/psr.h>
52 * Macros to decode psr.
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dpsr_compat.h36 #include <v7/sys/psr.h> /* the real thing */
39 * Handy defines for converting between pstate or tstate and psr.
/illumos-gate/usr/src/uts/sparc/v7/sys/
H A Dprivregs.h45 #include <v7/sys/psr.h>
H A DMakefile39 psr.h \
H A Dtraptrace.h40 * Trap trace records are 8 words, consisting of the %tbr, %psr, %pc, %sp,
138 * Macro to restore the %psr (thus enabling traps) while preserving
139 * cpu_base_spl. Note that the actual write to the %psr is broken into
141 * in a single write to the %psr).
152 9: mov old, %psr; \
153 wr old, PSR_ET, %psr; \
167 mov %psr, scr2; \
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c1723 krb5_predicted_sam_response *psr = 0; local
1730 * extract the psr from the padata (which is an sr). Nothing
1765 if ((retval = decode_krb5_predicted_sam_response(&scratch, &psr))) {
1774 if (psr->sam_flags & KRB5_SAM_MUST_PK_ENCRYPT_SAD) {
1779 if (psr->sam_flags & KRB5_SAM_SEND_ENCRYPTED_SAD) {
1783 if (psr->sam_flags & KRB5_SAM_USE_SAD_AS_KEY) {
1786 krb5_copy_keyblock_contents(context, &psr->sam_key, encrypting_key);
1796 krb5_octet *q = psr->sam_key.contents;
1797 int length = ((encrypting_key->length < psr->sam_key.length)
1799 : psr
1863 krb5_predicted_sam_response psr; local
2256 krb5_predicted_sam_response *psr = 0; local
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c799 krb5_predicted_sam_response *psr)
801 if (!psr)
803 krb5_free_predicted_sam_response_contents(ctx, psr);
804 krb5_xfree(psr);
809 krb5_predicted_sam_response *psr)
811 if (!psr)
813 if (psr->sam_key.contents)
814 krb5_free_keyblock_contents(ctx, &psr->sam_key);
815 if (psr->client) {
816 krb5_free_principal(ctx, psr
798 krb5_free_predicted_sam_response(krb5_context ctx, krb5_predicted_sam_response *psr) argument
808 krb5_free_predicted_sam_response_contents(krb5_context ctx, krb5_predicted_sam_response *psr) argument
[all...]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1683 uint_t psr, icc; local
1685 psr = tstate & TSTATE_CWP_MASK;
1687 psr |= PSR_PS;
1689 psr |= PSR_EF;
1691 psr |= icc;
1692 psr |= V9_PSR_IMPLVER;
1693 return (psr);
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h408 void *psr; /* PSM (apic) state buffer */ member in struct:power_req::req::ppm_power_enter_sx_req
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s1244 GOTO(.getpsr); /* 122 get psr */
1245 GOTO(.setpsr); /* 123 set psr (some fields) */
2221 srlx %g3, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2257 * mov %psr, %i0; jmp %l2; rett %l2+4; nop;
2263 srlx %g1, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2269 sllx %g2, PSR_FPRS_FEF_SHIFT, %g2 ! shift fef to V8 psr.ef
2270 or %o0, %g2, %o0 ! or result into psr.ef
2273 or %o0, %g2, %o0 ! or psr.impl/ver
2291 and %g2, %o0, %g2 ! clear all but psr.icc bits
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1472 GOTO(.getpsr); /* 122 get psr */
1473 GOTO(.setpsr); /* 123 set psr (some fields) */
2459 srlx %g3, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2496 * mov %psr, %i0; jmp %l2; rett %l2+4; nop;
2502 srlx %g1, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2508 sllx %g2, PSR_FPRS_FEF_SHIFT, %g2 ! shift fef to V8 psr.ef
2509 or %o0, %g2, %o0 ! or result into psr.ef
2512 or %o0, %g2, %o0 ! or psr.impl/ver
2530 and %g2, %o0, %g2 ! clear all but psr.icc bits
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1003 s3args.s3a_psr = reqp->req.ppm_power_enter_sx_req.psr;

Completed in 106 milliseconds