Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dextable.c102 unsigned long retptr = *(unsigned long *)regs->rsp; in search_exception_table() local
104 region = find_text_region(retptr); in search_exception_table()
105 retptr = region && region->ex in search_exception_table()
106 ? search_one_extable(region->ex, region->ex_end - 1, retptr) in search_exception_table()
108 if ( retptr ) in search_exception_table()
120 return retptr; in search_exception_table()

Completed in 2 milliseconds