Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c161 static inline unsigned int get_seg_limit(uint32_t e1, uint32_t e2) in get_seg_limit() function
181 sc->limit = get_seg_limit(e1, e2); in load_seg_cache_raw_dt()
284 get_seg_limit(e1, e2), in tss_load_seg()
361 tss_limit = get_seg_limit(e1, e2); in switch_tss_ra()
865 get_seg_limit(ss_e1, ss_e2), ss_e2); in do_interrupt_protected()
872 get_seg_limit(e1, e2), in do_interrupt_protected()
1053 get_seg_limit(e1, e2), in do_interrupt64()
1444 get_seg_limit(e1, e2), in helper_load_seg()
1490 limit = get_seg_limit(e1, e2); in helper_ljmp_protected()
1577 limit = get_seg_limit(e1, e2); in helper_ljmp_protected()
[all …]
/openbmc/linux/arch/x86/lib/
H A Dinsn-eval.c748 static unsigned long get_seg_limit(struct pt_regs *regs, int seg_reg_idx) in get_seg_limit() function
936 *limit = get_seg_limit(regs, seg_reg_idx); in get_seg_base_limit()