Home
last modified time | relevance | path

Searched refs:ifl (Results 1 – 3 of 3) sorted by relevance

/arch/s390/kernel/
Dsthyi.c138 struct cpu_inf ifl; member
273 cpu_inf = &part_inf->ifl; in lpar_cpu_inf()
296 part_inf->ifl.lpar_weight = weight_ifl; in lpar_cpu_inf()
299 part_inf->ifl.all_weight += weight_ifl; in lpar_cpu_inf()
355 sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap); in fill_diag()
361 sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd; in fill_diag()
362 sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded; in fill_diag()
366 sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap); in fill_diag()
385 if (lpar_inf.ifl.lpar_weight) { in fill_diag()
387 lpar_inf.ifl.lpar_weight / lpar_inf.ifl.all_weight; in fill_diag()
/arch/microblaze/include/asm/
Dcacheflush.h35 void (*ifl)(void); /* flush */ member
55 #define flush_icache() mbc->ifl();
/arch/microblaze/kernel/cpu/
Dcache.c515 .ifl = __flush_icache_all_noirq,
531 .ifl = __flush_icache_all_noirq,
547 .ifl = __flush_icache_all_msr_irq,
562 .ifl = __flush_icache_all_nomsr_irq,
578 .ifl = __flush_icache_all_noirq,
593 .ifl = __flush_icache_all_noirq,