Searched refs:fboff (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/ |
| H A D | maxinefb.c | 116 unsigned long fboff; in maxinefb_init() local 135 for (fboff = fb_start; fboff < fb_start + 0x1ffff; fboff++) in maxinefb_init() 136 *(volatile unsigned char *)fboff = 0x0; in maxinefb_init()
|
| H A D | hpfb.c | 214 unsigned long fboff, fb_width, fb_height, fb_start; in hpfb_init_one() local 218 fboff = (in_8(fb_regs + HPFB_FBOMSB) << 8) | in_8(fb_regs + HPFB_FBOLSB); in hpfb_init_one() 220 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16); in hpfb_init_one()
|
| /linux/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 223 int fboff = 0; in update_insn_state_x86() local 378 int offset = src->offset - fboff; in update_insn_state_x86() 466 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in update_insn_state_x86() 564 int offset = src->offset - fboff; in update_insn_state_x86() 741 int offset = dst->offset - fboff; in update_insn_state_x86()
|
| /linux/tools/perf/util/ |
| H A D | annotate-data.c | 1270 int fbreg, fboff; in check_matching_type() local 1274 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in check_matching_type() 1280 stack = find_stack_state(state, dloc->type_offset - fboff); in check_matching_type() 1303 dloc->type_offset -= fboff + stack->offset; in check_matching_type()
|