Searched defs:seg_reg (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/i386/tcg/user/ |
H A D | seg_helper.c | 95 void cpu_x86_load_seg(CPUX86State *env, X86Seg seg_reg, int selector) in cpu_x86_load_seg()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 78 hwaddr addr, int seg_reg) in svm_load_seg_cache()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 237 static void tss_load_seg(CPUX86State *env, X86Seg seg_reg, int selector, in tss_load_seg() 1366 void helper_load_seg(CPUX86State *env, int seg_reg, int selector) in helper_load_seg() 1969 static inline void validate_seg(CPUX86State *env, X86Seg seg_reg, int cpl) in validate_seg()
|
H A D | translate.c | 1856 static void gen_op_movl_seg_real(DisasContext *s, X86Seg seg_reg, TCGv seg) in gen_op_movl_seg_real() 1867 static void gen_movl_seg(DisasContext *s, X86Seg seg_reg, TCGv src) in gen_movl_seg()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-aspeed-smc.c | 442 void __iomem *seg_reg = aspi->regs + CE0_SEGMENT_ADDR_REG + win->cs * 4; in aspeed_spi_set_window() local
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 4968 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address() local
|
/openbmc/linux/drivers/atm/ |
H A D | iphase.h | 992 u32 __iomem *seg_reg; /* base pointer to segmentation engine member
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 2257 X86Seg seg_reg, unsigned int selector, in cpu_x86_load_seg_cache()
|