psl
unsigned long psl;
psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
alpha_pal_swpipl(psl);
const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
alpha_pal_swpipl(psl);
const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
alpha_pal_swpipl(psl);
const u_long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
alpha_pal_swpipl(psl);
curcpu()->ci_vcpu->evtchn_upcall_mask = psl;
mcount_write_psl(u_long psl)
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
#define PSL_USEROK_P(psl) (((psl) & ~PSL_USERMOD) == PSL_USERSET)
#define MTMSR(psl) mtmsr(psl)
#define MTMSR(psl) __asm volatile("sync; mtmsr %0; isync" :: "r"(psl))
register_t psl;
__asm("movpsl %0" : "=g"(psl));
return (psl & PSL_IS) != 0;
int psl; /* User psl */
regs->psl = tf->tf_psl;
tf->tf_psl = (regs->psl|PSL_U|PSL_PREVU) &
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
const u_long psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
const u_long psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl __diagused;
KASSERTMSG((psl = x86_read_psl()) == 0, "psl=0x%lx", psl);
KASSERTMSG(((psl = x86_read_psl()) & PSL_I) != 0, "psl=0x%lx", psl);
u_long psl = 0;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl = 0;
psl = x86_read_psl();
x86_write_psl(psl);
u_long psl;
psl = curcpu()->ci_vcpu->evtchn_upcall_mask;
return psl;
xen_write_psl(u_long psl)
ci->ci_vcpu->evtchn_upcall_mask = psl;
if (__predict_false(ci->ci_vcpu->evtchn_upcall_pending) && psl == 0)
const u_long psl = x86_read_psl();
x86_write_psl(psl);
const u_long psl = x86_read_psl();
x86_write_psl(psl);
fwrite(ps, 1, psl, outfile); \
psl = 0;
if (psl == 0 ||
(p = memchr(ps, '\n', psl - 1)) == NULL) {
psl -= (size_t)((p + 1) - ps);
memmove(ps, p + 1, psl);
cspace(&HS, ps, psl, REPLACE);
cspace(&HS, ps, psl, APPEND);
lputs(ps, psl);
if ((p = memchr(ps, '\n', psl - 1)) != NULL) {
oldpsl = psl;
psl = (size_t)(p - ps);
psl = oldpsl;
if (write(cp->u.fd, ps, psl) != (ssize_t)psl ||
if (pd || psl == 0)
((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, psl) : \
if (!regexec_e(re, s, 0, 0, psl))
slen = (regoff_t)psl;
if (write(cp->u.s->wfd, ps, psl) != (ssize_t)psl ||
for (p = ps; p < &ps[psl]; p++)
for (p = ps, left = psl; left > 0; p += clen, left -= clen) {