Searched refs:aflags (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-bgp.c2149 u_int aflags, atype, alenlen, alen; local
2154 aflags = *tptr;
2158 alenlen = bgp_attr_lenlen(aflags, tptr);
2162 alen = bgp_attr_len(aflags, tptr);
2173 if (aflags) {
2175 aflags & 0x80 ? "O" : "",
2176 aflags & 0x40 ? "T" : "",
2177 aflags & 0x20 ? "P" : "",
2178 aflags & 0x10 ? "E" : "");
2179 if (aflags
2442 int aflags, atype, alenlen, alen; local
[all...]
/freebsd-10.2-release/sys/ia64/include/
H A Dpmap.h123 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/sys/vm/
H A Dvm_page.h149 uint8_t aflags; /* access is atomic */ member in struct:vm_page
300 * The vm_page's aflags are updated using atomic operations. To set or clear
548 * We want to use atomic updates for the aflags field, which is 8 bits wide.
551 * require that the aflags field be 32-bit aligned.
553 CTASSERT(offsetof(struct vm_page, aflags) % sizeof(uint32_t) == 0);
570 * Access the whole 32-bit word containing the aflags field with an
574 addr = (void *)&m->aflags;
576 ("vm_page_aflag_clear: aflags is misaligned"));
595 * Access the whole 32-bit word containing the aflags field with an
599 addr = (void *)&m->aflags;
[all...]
H A Dvm_pageout.c784 if ((p->aflags & PGA_REFERENCED) != 0) {
1065 if ((m->aflags & PGA_REFERENCED) != 0) {
1396 if (m->aflags & PGA_REFERENCED) {
H A Dvm_page.c1613 m->aflags = 0;
1814 m->aflags = 0;
1974 m->aflags = 0;
3247 m->queue, m->hold_count, m->wire_count, m->aflags, m->oflags,
H A Dvm_mmap.c962 if ((m->aflags & PGA_REFERENCED) != 0 ||
964 (m->aflags & PGA_REFERENCED) != 0)
/freebsd-10.2-release/sys/sparc64/include/
H A Dpmap.h82 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_diff.c155 arc_flags_t aflags = ARC_FLAG_WAIT; local
161 &aflags, zb) != 0)
H A Ddmu_traverse.c448 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH; local
465 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, &aflags, zb);
H A Ddmu_send.c482 arc_flags_t aflags = ARC_FLAG_WAIT; local
487 &aflags, zb) != 0)
500 arc_flags_t aflags = ARC_FLAG_WAIT; local
506 &aflags, zb) != 0)
517 arc_flags_t aflags = ARC_FLAG_WAIT; local
526 &aflags, zb) != 0) {
H A Ddmu_objset.c297 arc_flags_t aflags = ARC_FLAG_WAIT; local
303 aflags |= ARC_FLAG_L2CACHE;
305 aflags |= ARC_FLAG_L2COMPRESS;
310 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &aflags, &zb);
H A Dzil.c196 arc_flags_t aflags = ARC_FLAG_WAIT; local
211 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
272 arc_flags_t aflags = ARC_FLAG_WAIT; local
290 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
H A Ddbuf.c510 arc_flags_t aflags = ARC_FLAG_NOWAIT; local
563 aflags |= ARC_FLAG_L2CACHE;
565 aflags |= ARC_FLAG_L2COMPRESS;
576 &aflags, &zb);
577 if (aflags & ARC_FLAG_CACHED)
1868 arc_flags_t aflags = local
1878 &aflags, &zb);
/freebsd-10.2-release/sys/mips/include/
H A Dpmap.h167 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/sys/powerpc/include/
H A Dpmap.h225 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dobjdump.c504 flagword aflags;
556 aflags = a->flags;
559 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING))
561 if ((aflags & BSF_DEBUGGING) != 0)
566 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION))
568 if ((aflags & BSF_FUNCTION) != 0)
573 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL))
575 if ((aflags & BSF_LOCAL) != 0)
580 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL))
582 if ((aflags
500 flagword aflags; local
[all...]
/freebsd-10.2-release/sys/i386/include/
H A Dpmap.h442 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/sys/amd64/include/
H A Dpmap.h375 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/sys/powerpc/aim/
H A Dmmu_oea64.c1300 if (pmap != kernel_pmap && !(m->aflags & PGA_EXECUTABLE) &&
1532 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
1565 if ((m->aflags & PGA_WRITEABLE) == 0)
1590 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
1960 if (pm != kernel_pmap && pg != NULL && !(pg->aflags & PGA_EXECUTABLE) &&
2135 if ((m->aflags & PGA_WRITEABLE) && moea64_is_modified(mmu, m))
H A Dmmu_oea.c1328 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
1364 if ((m->aflags & PGA_WRITEABLE) == 0)
1391 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
1851 if ((m->aflags & PGA_WRITEABLE) && moea_query_bit(m, PTE_CHG)) {
/freebsd-10.2-release/sys/arm/include/
H A Dpmap.h101 #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)
/freebsd-10.2-release/sys/ia64/ia64/
H A Dpmap.c2297 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
2441 if ((m->aflags & PGA_WRITEABLE) == 0)
2482 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
/freebsd-10.2-release/sys/powerpc/booke/
H A Dpmap.c2040 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
2284 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
2363 if ((m->aflags & PGA_WRITEABLE) == 0)
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dpmap.c2090 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
2173 if ((m->aflags & PGA_WRITEABLE) == 0)
2201 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
/freebsd-10.2-release/sys/mips/mips/
H A Dpmap.c2834 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
2899 if (!vm_page_xbusied(m) && (m->aflags & PGA_WRITEABLE) == 0)
3043 if ((m->aflags & PGA_WRITEABLE) == 0)
3164 if ((m->aflags & PGA_REFERENCED) != 0)

Completed in 8913 milliseconds

12