Searched defs:segment_base (Results 1 - 3 of 3) sorted by relevance

/arch/ia64/kernel/
H A Dunwind_i.h52 unsigned long segment_base; /* base for offsets in the unwind table entries */ member in struct:unw_table
H A Dunwind.c1581 e = lookup(table, ip - table->segment_base);
1600 sr.when_target = (3*((ip & ~0xfUL) - (table->segment_base + e->start_offset))/16
1602 hdr = *(u64 *) (table->segment_base + e->info_offset);
1603 dp = (u8 *) (table->segment_base + e->info_offset + 8);
1644 __func__, table->segment_base + e->start_offset, sr.when_target);
2084 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base,
2090 table->segment_base = segment_base;
2092 table->start = segment_base + start[0].start_offset;
2093 table->end = segment_base
2081 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
2096 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
[all...]
/arch/x86/kvm/
H A Dvmx.c1346 static unsigned long segment_base(u16 selector) function
1364 table_base = segment_base(ldt_selector);
1379 return segment_base(tr);
1417 vmcs_writel(HOST_FS_BASE, segment_base(vmx->host_state.fs_sel));
1418 vmcs_writel(HOST_GS_BASE, segment_base(vmx->host_state.gs_sel));
5145 /* Addr = segment_base + offset */

Completed in 260 milliseconds