Home
last modified time | relevance | path

Searched refs:newstatus (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/uvm/
H A Duvm_page_status.c84 uvm_pagemarkdirty(struct vm_page *pg, unsigned int newstatus) in uvm_pagemarkdirty() argument
90 KASSERT((~newstatus & (PG_CLEAN|PG_DIRTY)) != 0); in uvm_pagemarkdirty()
91 KASSERT((newstatus & ~(PG_CLEAN|PG_DIRTY)) == 0); in uvm_pagemarkdirty()
96 if (oldstatus == newstatus) { in uvm_pagemarkdirty()
106 if (newstatus == UVM_PAGE_STATUS_CLEAN) { in uvm_pagemarkdirty()
120 if (newstatus == UVM_PAGE_STATUS_UNKNOWN) { in uvm_pagemarkdirty()
127 pg->flags |= newstatus; in uvm_pagemarkdirty()
138 CPU_COUNT(base + newstatus, +1); in uvm_pagemarkdirty()
183 const unsigned int newstatus = pgprotected ? in uvm_pagecheckdirty() local
188 if (newstatus == UVM_PAGE_STATUS_UNKNOWN) { in uvm_pagecheckdirty()
[all …]
/netbsd/sys/arch/arm/sa11x0/
H A Dsa11xx_pcic.c142 int newstatus, s; in sapcic_event_thread() local
158 newstatus = (so->pcictag->read)(so, SAPCIC_STATUS_CARD); in sapcic_event_thread()
161 if (so->laststatus == newstatus) { in sapcic_event_thread()
170 so->laststatus = newstatus; in sapcic_event_thread()
171 switch (newstatus) { in sapcic_event_thread()
186 newstatus); in sapcic_event_thread()
/netbsd/external/gpl3/gdb/dist/libdecnumber/
H A DdecContext.c179 uInt newstatus, uInt mask) { in decContextRestoreStatus() argument
181 context->status|=(mask&newstatus); /* or in the new bits */ in decContextRestoreStatus()
H A DdecNumber.c6804 uInt newstatus=0; /* status from round */ local
6815 decCopyFit(res, dn, set, &residue, &newstatus);
6816 decApplyRound(res, set, residue, &newstatus);
6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6820 *status|=newstatus;
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecContext.c179 uInt newstatus, uInt mask) { in decContextRestoreStatus() argument
181 context->status|=(mask&newstatus); /* or in the new bits */ in decContextRestoreStatus()
H A DdecNumber.c6804 uInt newstatus=0; /* status from round */ local
6815 decCopyFit(res, dn, set, &residue, &newstatus);
6816 decApplyRound(res, set, residue, &newstatus);
6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6820 *status|=newstatus;
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecContext.c179 uInt newstatus, uInt mask) { in decContextRestoreStatus() argument
181 context->status|=(mask&newstatus); /* or in the new bits */ in decContextRestoreStatus()
H A DdecNumber.c6804 uInt newstatus=0; /* status from round */ local
6815 decCopyFit(res, dn, set, &residue, &newstatus);
6816 decApplyRound(res, set, residue, &newstatus);
6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6820 *status|=newstatus;
/netbsd/external/gpl3/gcc/dist/libdecnumber/
H A DdecContext.c179 uInt newstatus, uInt mask) { in decContextRestoreStatus() argument
181 context->status|=(mask&newstatus); /* or in the new bits */ in decContextRestoreStatus()
H A DdecNumber.c6804 uInt newstatus=0; /* status from round */ local
6815 decCopyFit(res, dn, set, &residue, &newstatus);
6816 decApplyRound(res, set, residue, &newstatus);
6819 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6820 *status|=newstatus;
/netbsd/external/gpl2/xcvs/dist/src/
H A Dbuffer.c1888 int newstatus; in fd_buffer_input() local
1891 newstatus = fd_buffer_block (fb, true); in fd_buffer_input()
1892 if (newstatus) status = newstatus; in fd_buffer_input()