Home
last modified time | relevance | path

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

/arch/s390/kvm/
Dsthyi.c144 struct cpu_inf ifl; member
264 cpu_inf = &part_inf->ifl; in lpar_cpu_inf()
287 part_inf->ifl.lpar_weight = weight_ifl; in lpar_cpu_inf()
290 part_inf->ifl.all_weight += weight_ifl; in lpar_cpu_inf()
346 sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap); in fill_diag()
352 sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd; in fill_diag()
353 sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded; in fill_diag()
357 sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap); in fill_diag()
376 if (lpar_inf.ifl.lpar_weight) { in fill_diag()
378 lpar_inf.ifl.lpar_weight / lpar_inf.ifl.all_weight; in fill_diag()
/arch/microblaze/include/asm/
Dcacheflush.h39 void (*ifl)(void); /* flush */ member
59 #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,