Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dunwind_i.h52 unsigned long segment_base; /* base for offsets in the unwind table entries */ member
Dunwind.c1578 e = lookup(table, ip - table->segment_base); in build_script()
1597 sr.when_target = (3*((ip & ~0xfUL) - (table->segment_base + e->start_offset))/16 in build_script()
1599 hdr = *(u64 *) (table->segment_base + e->info_offset); in build_script()
1600 dp = (u8 *) (table->segment_base + e->info_offset + 8); in build_script()
1641 __func__, table->segment_base + e->start_offset, sr.when_target); in build_script()
2081 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base, in init_unwind_table() argument
2087 table->segment_base = segment_base; in init_unwind_table()
2089 table->start = segment_base + start[0].start_offset; in init_unwind_table()
2090 table->end = segment_base + end[-1].end_offset; in init_unwind_table()
2096 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.h107 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
/arch/x86/kvm/
Dvmx.c1922 static unsigned long segment_base(u16 selector) in segment_base() function
1940 table_base = segment_base(ldt_selector); in segment_base()
1955 return segment_base(tr); in kvm_read_tr_base()
1998 vmcs_writel(HOST_FS_BASE, segment_base(vmx->host_state.fs_sel)); in vmx_save_host_state()
1999 vmcs_writel(HOST_GS_BASE, segment_base(vmx->host_state.gs_sel)); in vmx_save_host_state()