Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dgtt.c219 static struct resource fudge; /* Preferably peppermint */ in psb_gtt_init_ranges() local
236 fudge.start = 0x40000000; in psb_gtt_init_ranges()
237 fudge.end = 0x40000000 + 128 * 1024 * 1024 - 1; in psb_gtt_init_ranges()
238 fudge.name = "fudge"; in psb_gtt_init_ranges()
239 fudge.flags = IORESOURCE_MEM; in psb_gtt_init_ranges()
241 gtt_mem = &fudge; in psb_gtt_init_ranges()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dgtt.c464 static struct resource fudge; /* Preferably peppermint */ in psb_gtt_init() local
475 fudge.start = 0x40000000; in psb_gtt_init()
476 fudge.end = 0x40000000 + 128 * 1024 * 1024 - 1; in psb_gtt_init()
477 fudge.name = "fudge"; in psb_gtt_init()
478 fudge.flags = IORESOURCE_MEM; in psb_gtt_init()
479 dev_priv->gtt_mem = &fudge; in psb_gtt_init()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() argument
77 lower = ebb_state.stats.ebb_count * (sample_period - fudge); in ebb_check_count()
85 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count()
H A Debb.h46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() argument
77 lower = ebb_state.stats.ebb_count * (sample_period - fudge); in ebb_check_count()
85 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count()
H A Debb.h46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);

Completed in 4 milliseconds