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
262 cpu_inf = &part_inf->ifl; in lpar_cpu_inf()
285 part_inf->ifl.lpar_weight = weight_ifl; in lpar_cpu_inf()
288 part_inf->ifl.all_weight += weight_ifl; in lpar_cpu_inf()
344 sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap); in fill_diag()
350 sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd; in fill_diag()
351 sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded; in fill_diag()
355 sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap); in fill_diag()
374 if (lpar_inf.ifl.lpar_weight) { in fill_diag()
376 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.c514 .ifl = __flush_icache_all_noirq,
530 .ifl = __flush_icache_all_noirq,
546 .ifl = __flush_icache_all_msr_irq,
561 .ifl = __flush_icache_all_nomsr_irq,
577 .ifl = __flush_icache_all_noirq,
592 .ifl = __flush_icache_all_noirq,