Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dreport_platform.c20 int vt, txt, aes; in report_cpu_info() local
36 vt = (cpuidr.ecx & (1 << 5)) ? 1 : 0; in report_cpu_info()
38 mode[aes], mode[txt], mode[vt]); in report_cpu_info()
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_mem_init.c233 uint32_t *vt = (uint32_t *)0x20; in mxs_mem_get_size() local
238 da = vt[4]; in mxs_mem_get_size()
239 vt[4] = data_abort_memdetect_handler; in mxs_mem_get_size()
244 vt[4] = da; in mxs_mem_get_size()
H A Dmxs.c82 uint32_t *vt = (uint32_t *)0x0; in mx28_fixup_vt() local
87 vt[i] = ldr_pc; in mx28_fixup_vt()
89 vt[i + 8] = start_addr + (4 * i); in mx28_fixup_vt()
/rk3399_rockchip-uboot/include/
H A Dedid.h55 #define DRM_MODE(t, c, hd, hss, hse, ht, vd, vss, vse, vt, vs, f) \ argument
59 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \