| /arch/arm64/kernel/ |
| A D | armv8_deprecated.c | 580 struct insn_emulation *ie = insn_emulations[i]; in try_emulate_armv8_deprecated() local 582 if (ie->status == INSN_UNAVAILABLE) in try_emulate_armv8_deprecated() 590 if (READ_ONCE(ie->current_mode) == INSN_UNDEF) in try_emulate_armv8_deprecated() 593 if (ie->try_emulate(regs, insn)) in try_emulate_armv8_deprecated() 614 struct insn_emulation *ie = insn_emulations[i]; in armv8_deprecated_init() local 616 if (ie->status == INSN_UNAVAILABLE) in armv8_deprecated_init() 619 register_insn_emulation(ie); in armv8_deprecated_init()
|
| /arch/microblaze/include/asm/ |
| A D | cacheflush.h | 33 void (*ie)(void); /* enable */ member 53 #define enable_icache() mbc->ie();
|
| /arch/microblaze/kernel/cpu/ |
| A D | cache.c | 513 .ie = __enable_icache_msr, 529 .ie = __enable_icache_nomsr, 545 .ie = __enable_icache_msr, 560 .ie = __enable_icache_nomsr, 576 .ie = __enable_icache_msr, 591 .ie = __enable_icache_nomsr,
|
| /arch/riscv/kernel/ |
| A D | suspend.c | 20 context->ie = csr_read(CSR_IE); in suspend_save_csrs() 50 csr_write(CSR_IE, context->ie); in suspend_restore_csrs()
|
| /arch/csky/kernel/ |
| A D | entry.S | 53 psrset ee, ie 135 psrclr ie 185 psrset ie
|
| /arch/riscv/include/asm/ |
| A D | suspend.h | 18 unsigned long ie; member
|
| /arch/sh/ |
| A D | Kconfig.cpu | 25 have FPU units (ie, SH77xx). 44 have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
|
| /arch/s390/include/asm/ |
| A D | nmi.h | 72 u64 ie : 1; /* 32 indirect storage error */ member
|
| /arch/arm/common/ |
| A D | sa1111.c | 260 u32 ie; in sa1111_mask_irq() local 262 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_mask_irq() 263 ie &= ~sa1111_irqmask(d); in sa1111_mask_irq() 264 writel(ie, mapbase + SA1111_INTEN0); in sa1111_mask_irq() 271 u32 ie; in sa1111_unmask_irq() local 273 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_unmask_irq() 274 ie |= sa1111_irqmask(d); in sa1111_unmask_irq() 275 writel_relaxed(ie, mapbase + SA1111_INTEN0); in sa1111_unmask_irq()
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | am335x-osd335x-common.dtsi | 28 * the HW OPP table, the silicon looks like it is Revision 1.0 (ie the
|
| /arch/arm/boot/dts/st/ |
| A D | spear310.dtsi | 107 st-plgpio,ie-reg = <0x50>;
|
| A D | spear320.dtsi | 135 st-plgpio,ie-reg = <0x64>;
|
| A D | spear1340.dtsi | 160 st-plgpio,ie-reg = <0x80>;
|
| A D | spear1310.dtsi | 300 st-plgpio,ie-reg = <0x30>;
|
| /arch/riscv/kvm/ |
| A D | vcpu.c | 446 unsigned long ie; in kvm_riscv_vcpu_has_interrupts() local 448 ie = ((vcpu->arch.guest_csr.vsie & VSIP_VALID_MASK) in kvm_riscv_vcpu_has_interrupts() 450 ie |= vcpu->arch.guest_csr.vsie & ~IRQ_LOCAL_MASK & in kvm_riscv_vcpu_has_interrupts() 452 if (READ_ONCE(vcpu->arch.irqs_pending[0]) & ie) in kvm_riscv_vcpu_has_interrupts()
|
| A D | aia_aplic.c | 279 bool inject = false, ie; in kvm_riscv_aia_aplic_inject() local 287 ie = (aplic->domaincfg & APLIC_DOMAINCFG_IE) ? true : false; in kvm_riscv_aia_aplic_inject() 321 if (ie && ((irqd->state & APLIC_IRQ_STATE_ENPEND) == in kvm_riscv_aia_aplic_inject()
|
| /arch/powerpc/kernel/vdso/ |
| A D | sigtramp64.S | 303 # Do we really need to describe the frame at this point? ie. will
|
| /arch/powerpc/platforms/8xx/ |
| A D | Kconfig | 176 It reduces the amount of usable TLBs to 28 (ie by 12%). That's the
|
| /arch/arm64/boot/dts/qcom/ |
| A D | msm8998-clamshell.dtsi | 5 * Common include for MSM8998 clamshell devices, ie the Lenovo Miix 630,
|
| /arch/m68k/fpsp040/ |
| A D | get_op.S | 432 | ;ie, it doesn't know if this is the
|
| /arch/xtensa/ |
| A D | Kconfig | 168 ie: it supports a TLB with auto-loading, page protection.
|
| /arch/ |
| A D | Kconfig | 962 critical entry code, ie: before user_exit() or after user_enter():
|
| /arch/m68k/ifpsp060/src/ |
| A D | fplsp.S | 351 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst) 4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
|