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.c29 int pg_mode; member
138 const int pg_mode = in->pg_mode; in mmu_translate() local
155 if (!(pg_mode & PG_MODE_NXE)) { in mmu_translate()
159 if (pg_mode & PG_MODE_PAE) { in mmu_translate()
161 if (pg_mode & PG_MODE_LMA) { in mmu_translate()
162 if (pg_mode & PG_MODE_LA57) { in mmu_translate()
373 pkr = pg_mode & PG_MODE_PKE ? env->pkru : 0; in mmu_translate()
375 pkr = pg_mode & PG_MODE_PKS ? env->pkrs : 0; in mmu_translate()
544 in.pg_mode = env->nested_pg_mode; in get_physical_address()
565 in.pg_mode = get_pg_mode(env); in get_physical_address()
[all …]
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dcsi.h72 u8 pg_mode; member
H A Dvi.h227 enum tegra_vi_pg_mode 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 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.c33 int pg_mode = 0; in get_pg_mode() local
38 pg_mode |= PG_MODE_WP; in get_pg_mode()
41 pg_mode |= PG_MODE_PAE; in get_pg_mode()
43 pg_mode |= PG_MODE_NXE; in get_pg_mode()
47 pg_mode |= PG_MODE_PSE; in get_pg_mode()
50 pg_mode |= PG_MODE_SMEP; in get_pg_mode()
53 pg_mode |= PG_MODE_LMA; in get_pg_mode()
55 pg_mode |= PG_MODE_PKE; in get_pg_mode()
58 pg_mode |= PG_MODE_PKS; in get_pg_mode()
64 return pg_mode; in get_pg_mode()
[all …]