Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dunwind_i.h53 unsigned long segment_base; /* base for offsets in the unwind table entries */ member
Dunwind.c1579 e = lookup(table, ip - table->segment_base); in build_script()
1598 sr.when_target = (3*((ip & ~0xfUL) - (table->segment_base + e->start_offset))/16 in build_script()
1600 hdr = *(u64 *) (table->segment_base + e->info_offset); in build_script()
1601 dp = (u8 *) (table->segment_base + e->info_offset + 8); in build_script()
1642 __func__, table->segment_base + e->start_offset, sr.when_target); in build_script()
2082 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base, in init_unwind_table() argument
2088 table->segment_base = segment_base; in init_unwind_table()
2090 table->start = segment_base + start[0].start_offset; in init_unwind_table()
2091 table->end = segment_base + end[-1].end_offset; in init_unwind_table()
2097 unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp, in unw_add_unwind_table() argument
[all …]
/arch/ia64/include/asm/
Dunwind.h108 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
/arch/x86/kvm/vmx/
Dvmx.c1021 static unsigned long segment_base(u16 selector) in segment_base() function
1037 table = (struct desc_struct *)segment_base(ldt_selector); in segment_base()
1189 fs_base = segment_base(fs_sel); in vmx_prepare_switch_to_guest()
1190 gs_base = segment_base(gs_sel); in vmx_prepare_switch_to_guest()