Searched refs:start_offset (Results 1 - 6 of 6) sorted by relevance

/arch/mips/include/asm/mach-powertv/
H A Dioremap.h125 phys_addr_t start_offset; local
129 start_offset = _dma_to_phys_offset_raw(start);
139 if (start_offset != 0) {
147 if (dma_to_phys_offset == start_offset &&
150 adjusted_start = start + start_offset;
/arch/arm/include/asm/
H A Decard.h171 unsigned int start_offset; member in struct:in_chunk_dir
/arch/ia64/include/asm/
H A Dunwind.h97 u64 start_offset; member in struct:unw_table_entry
/arch/ia64/kernel/
H A Dmodule.c864 if (in_init(mod, e1->start_offset))
875 if (e2->start_offset < e1->start_offset) {
885 if (in_init(mod, start->start_offset)) {
H A Dunwind.c1512 if (rel_ip < e->start_offset)
1519 if (rel_ip < e->start_offset || rel_ip >= e->end_offset)
1600 sr.when_target = (3*((ip & ~0xfUL) - (table->segment_base + e->start_offset))/16
1644 __func__, table->segment_base + e->start_offset, sr.when_target);
2092 table->start = segment_base + start[0].start_offset;
2235 lp[0] = segbase + entry->start_offset; /* start */
/arch/arm/mach-rpc/
H A Decard.c379 cd->start_offset = c_start(&excd);

Completed in 138 milliseconds