Searched refs:pv_flags (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c988 if (PV_BEEN_EXECD(pv->pv_flags)) {
990 } else if (PV_BEEN_REFD(pv->pv_flags)) {
998 if (PV_BEEN_EXECD(pv->pv_flags)) {
1002 } else if (PV_BEEN_REFD(pv->pv_flags)) {
1005 (pv->pv_flags & PVF_WRITE) == 0);
1033 if (pv->pv_flags & PVF_WRITE) {
1065 pv->pv_flags |= PVF_MWC;
1067 if (!(pv->pv_flags & PVF_NC)) {
1068 pv->pv_flags |= PVF_NC;
1073 pv->pv_flags
[all...]
/freebsd-12-stable/sys/mips/include/
H A Dpmap.h74 int pv_flags; member in struct:md_page
169 #define pmap_page_get_memattr(m) (((m)->md.pv_flags & PV_MEMATTR_MASK) >> PV_MEMATTR_SHIFT)
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.h50 uint_t pv_flags; /* flags (see below) */ member in struct:dt_provider
H A Ddt_provider.c93 pvp->pv_flags |= DT_PROVIDER_IMPL;
498 pvp->pv_flags &= ~DT_PROVIDER_INTF;
857 if (pit.pit_pvp->pv_flags & DT_PROVIDER_IMPL)
H A Ddt_program.c541 if (pvp->pv_flags & DT_PROVIDER_IMPL)
H A Ddt_dof.c491 if (pvp->pv_flags & DT_PROVIDER_IMPL) {
H A Ddt_parser.c2602 dnp->dn_provider->pv_flags |= DT_PROVIDER_INTF;
4384 if (pvp->pv_flags & DT_PROVIDER_IMPL) {
/freebsd-12-stable/sys/mips/mips/
H A Dpmap.c611 m->md.pv_flags = VM_MEMATTR_DEFAULT << PV_MEMATTR_SHIFT;
1469 if (m->md.pv_flags & PV_TABLE_REF)
1471 m->md.pv_flags &= ~PV_TABLE_REF;
1767 if (m->md.pv_flags & PV_TABLE_REF)
1769 m->md.pv_flags &= ~PV_TABLE_REF;
1935 if (m->md.pv_flags & PV_TABLE_REF)
1983 m->md.pv_flags &= ~PV_TABLE_REF;
2172 m->md.pv_flags |= PV_TABLE_REF;
2196 if ((om->md.pv_flags & PV_TABLE_REF) != 0) {
2197 om->md.pv_flags
[all...]
/freebsd-12-stable/sys/arm/include/
H A Dpmap-v4.h165 int pv_flags; /* flags (wired, etc...) */ member in struct:pv_entry
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h1064 __le16 pv_flags; /* same flags as add_pv */ member in struct:i40e_aqc_get_pv_params_completion

Completed in 212 milliseconds