Searched refs:segment_base (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | unwind_i.h | 52 unsigned long segment_base; /* base for offsets in the unwind table entries */ member
|
D | unwind.c | 1579 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 …]
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | unwind.h | 107 extern void *unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
|
/linux-2.6.39/arch/x86/kvm/ |
D | vmx.c | 768 static unsigned long segment_base(u16 selector) in segment_base() function 786 table_base = segment_base(ldt_selector); in segment_base() 801 return segment_base(tr); in kvm_read_tr_base() 839 vmcs_writel(HOST_FS_BASE, segment_base(vmx->host_state.fs_sel)); in vmx_save_host_state() 840 vmcs_writel(HOST_GS_BASE, segment_base(vmx->host_state.gs_sel)); in vmx_save_host_state()
|