Home
last modified time | relevance | path

Searched refs:pg_mode (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c30 int pg_mode; member
144 const int pg_mode = in->pg_mode; in mmu_translate() local
162 if (!(pg_mode & PG_MODE_NXE)) { in mmu_translate()
166 if (pg_mode & PG_MODE_PAE) { in mmu_translate()
168 if (pg_mode & PG_MODE_LMA) { in mmu_translate()
169 if (pg_mode & PG_MODE_LA57) { in mmu_translate()
306 } else if (pg_mode & PG_MODE_PG) { in mmu_translate()
322 if ((pte & PG_PSE_MASK) && (pg_mode & PG_MODE_PSE)) { in mmu_translate()
378 if ((ptep & PG_RW_MASK) || !(is_user || (pg_mode & PG_MODE_WP))) { in mmu_translate()
384 !((pg_mode & PG_MODE_SMEP) && (ptep & PG_USER_MASK)))) { in mmu_translate()
[all …]
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dcsi.h72 u8 pg_mode; member
H A Dtegra210.c278 if (chan->pg_mode || data_type == TEGRA_IMAGE_DT_YUV422_8 || in tegra_channel_capture_setup()
975 if (!csi_chan->pg_mode) in tegra210_csi_port_start_streaming()
1046 if (csi_chan->pg_mode) { in tegra210_csi_port_start_streaming()
1048 ((csi_chan->pg_mode - 1) << PG_MODE_OFFSET) | in tegra210_csi_port_start_streaming()
1098 if (csi_chan->pg_mode) { in tegra210_csi_port_stop_streaming()
H A Dvi.h227 enum tegra_vi_pg_mode pg_mode; member
H A Dcsi.c329 csi_chan->pg_mode = chan->pg_mode; in tegra_csi_enable_stream()
H A Dvi.c910 chan->pg_mode = ctrl->val + 1; in vi_s_ctrl()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c97 int pg_mode = PG_MODE_PG; in get_pg_mode() local
102 pg_mode |= PG_MODE_WP; in get_pg_mode()
105 pg_mode |= PG_MODE_PAE; in get_pg_mode()
107 pg_mode |= PG_MODE_NXE; in get_pg_mode()
111 pg_mode |= PG_MODE_PSE; in get_pg_mode()
114 pg_mode |= PG_MODE_SMEP; in get_pg_mode()
117 pg_mode |= PG_MODE_LMA; in get_pg_mode()
119 pg_mode |= PG_MODE_PKE; in get_pg_mode()
122 pg_mode |= PG_MODE_PKS; in get_pg_mode()
125 pg_mode |= PG_MODE_LA57; in get_pg_mode()
[all …]