Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dcpu.h880 unsigned int new_hflags; in cpu_x86_load_seg_cache() local
900 new_hflags = (env->segs[R_CS].flags & DESC_B_MASK) in cpu_x86_load_seg_cache()
903 new_hflags; in cpu_x86_load_seg_cache()
906 new_hflags = (env->segs[R_SS].flags & DESC_B_MASK) in cpu_x86_load_seg_cache()
918 new_hflags |= HF_ADDSEG_MASK; in cpu_x86_load_seg_cache()
920 new_hflags |= ((env->segs[R_DS].base | in cpu_x86_load_seg_cache()
926 ~(HF_SS32_MASK | HF_ADDSEG_MASK)) | new_hflags; in cpu_x86_load_seg_cache()