ifl                39 arch/microblaze/include/asm/cacheflush.h 	void (*ifl)(void); /* flush */
ifl                59 arch/microblaze/include/asm/cacheflush.h #define flush_icache()					mbc->ifl();
ifl               515 arch/microblaze/kernel/cpu/cache.c 	.ifl = __flush_icache_all_noirq,
ifl               531 arch/microblaze/kernel/cpu/cache.c 	.ifl = __flush_icache_all_noirq,
ifl               547 arch/microblaze/kernel/cpu/cache.c 	.ifl = __flush_icache_all_msr_irq,
ifl               562 arch/microblaze/kernel/cpu/cache.c 	.ifl = __flush_icache_all_nomsr_irq,
ifl               578 arch/microblaze/kernel/cpu/cache.c 	.ifl = __flush_icache_all_noirq,
ifl               593 arch/microblaze/kernel/cpu/cache.c 	.ifl = __flush_icache_all_noirq,
ifl               138 arch/s390/kernel/sthyi.c 	struct cpu_inf ifl;
ifl               273 arch/s390/kernel/sthyi.c 			cpu_inf = &part_inf->ifl;
ifl               296 arch/s390/kernel/sthyi.c 		part_inf->ifl.lpar_weight = weight_ifl;
ifl               299 arch/s390/kernel/sthyi.c 	part_inf->ifl.all_weight += weight_ifl;
ifl               355 arch/s390/kernel/sthyi.c 	sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap);
ifl               361 arch/s390/kernel/sthyi.c 	sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd;
ifl               362 arch/s390/kernel/sthyi.c 	sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded;
ifl               366 arch/s390/kernel/sthyi.c 	sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap);
ifl               385 arch/s390/kernel/sthyi.c 	if (lpar_inf.ifl.lpar_weight) {
ifl               387 arch/s390/kernel/sthyi.c 			lpar_inf.ifl.lpar_weight / lpar_inf.ifl.all_weight;
ifl               340 drivers/tty/serial/rp2.c 				   unsigned long ifl,
ifl               368 drivers/tty/serial/rp2.c 	writeb((ifl & IXON) ? RP2_TX_SWFLOW_ena : RP2_TX_SWFLOW_dis,
ifl               370 drivers/tty/serial/rp2.c 	writeb((ifl & IXOFF) ? RP2_RX_SWFLOW_ena : RP2_RX_SWFLOW_dis,
ifl               213 fs/overlayfs/file.c 	int ifl = iocb->ki_flags;
ifl               216 fs/overlayfs/file.c 	if (ifl & IOCB_NOWAIT)
ifl               218 fs/overlayfs/file.c 	if (ifl & IOCB_HIPRI)
ifl               220 fs/overlayfs/file.c 	if (ifl & IOCB_DSYNC)
ifl               222 fs/overlayfs/file.c 	if (ifl & IOCB_SYNC)