Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/
Dmaxinefb.c116 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()
Dhpfb.c214 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-6.12.1/tools/perf/arch/x86/annotate/
Dinstructions.c222 int fboff = 0; in update_insn_state_x86() local
320 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in update_insn_state_x86()
414 int offset = src->offset - fboff; in update_insn_state_x86()
565 int offset = dst->offset - fboff; in update_insn_state_x86()
/linux-6.12.1/tools/perf/util/
Dannotate-data.c1166 int fbreg, fboff; in check_matching_type() local
1170 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in check_matching_type()
1176 stack = find_stack_state(state, dloc->type_offset - fboff); in check_matching_type()
1199 dloc->type_offset -= fboff + stack->offset; in check_matching_type()