flex
int bank, off, flex;
flex = HPPA_FLEX(pa);
if (!(bmm[flex / 32] & (1U << (flex % 32)))) {
"%lx-%lx, ", flex, spa, epa - 1);
flex, HPPA_FLEX(pa - 1),
for (; flex <= HPPA_FLEX(pa - 1);
flex++) {
printf("mask %x ", flex);
bmm[flex / 32] |=
(1U << (flex % 32));
flex, bmm[flex / 32]);
const struct flex *flex, unsigned int count)
*cs++ = offset + flex->offset * sizeof(u32);
*cs++ = flex->value;
} while (flex++, --count);
const struct flex *flex, unsigned int count)
*cs++ = i915_mmio_reg_offset(flex->reg);
*cs++ = flex->value;
} while (flex++, --count);
const struct flex *flex, unsigned int count)
err = gen8_store_flex(rq, ce, flex, count);
const struct flex *flex, unsigned int count,
err = gen8_load_flex(rq, ce, flex, count);
struct flex *flex, unsigned int count)
flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu);
err = gen8_modify_context(ce, flex, count);
struct flex regs_context[] = {
struct flex regs_lri[] = {
struct flex *regs,
struct flex regs[] = {
} flex;
} flex;
} flex;
struct page_flex_geometry *flex = NULL;
(void **)&flex, sizeof(*flex) - 4,
if (flex != NULL) {
dp.sectors = flex->ph_sec_tr;
dp.heads = flex->nheads;
dp.cyls = _2btol(flex->ncyl);
_2btol(flex->bytes_s);