Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 23 of 23) sorted by relevance

/arch/arm64/kernel/
A Darmv8_deprecated.c580 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 Dcacheflush.h33 void (*ie)(void); /* enable */ member
53 #define enable_icache() mbc->ie();
/arch/microblaze/kernel/cpu/
A Dcache.c513 .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 Dsuspend.c20 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 Dentry.S53 psrset ee, ie
135 psrclr ie
185 psrset ie
/arch/riscv/include/asm/
A Dsuspend.h18 unsigned long ie; member
/arch/sh/
A DKconfig.cpu25 have FPU units (ie, SH77xx).
44 have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
/arch/s390/include/asm/
A Dnmi.h72 u64 ie : 1; /* 32 indirect storage error */ member
/arch/arm/common/
A Dsa1111.c260 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 Dam335x-osd335x-common.dtsi28 * the HW OPP table, the silicon looks like it is Revision 1.0 (ie the
/arch/arm/boot/dts/st/
A Dspear310.dtsi107 st-plgpio,ie-reg = <0x50>;
A Dspear320.dtsi135 st-plgpio,ie-reg = <0x64>;
A Dspear1340.dtsi160 st-plgpio,ie-reg = <0x80>;
A Dspear1310.dtsi300 st-plgpio,ie-reg = <0x30>;
/arch/riscv/kvm/
A Dvcpu.c446 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 Daia_aplic.c279 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 Dsigtramp64.S303 # Do we really need to describe the frame at this point? ie. will
/arch/powerpc/platforms/8xx/
A DKconfig176 It reduces the amount of usable TLBs to 28 (ie by 12%). That's the
/arch/arm64/boot/dts/qcom/
A Dmsm8998-clamshell.dtsi5 * Common include for MSM8998 clamshell devices, ie the Lenovo Miix 630,
/arch/m68k/fpsp040/
A Dget_op.S432 | ;ie, it doesn't know if this is the
/arch/xtensa/
A DKconfig168 ie: it supports a TLB with auto-loading, page protection.
/arch/
A DKconfig962 critical entry code, ie: before user_exit() or after user_enter():
/arch/m68k/ifpsp060/src/
A Dfplsp.S351 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. #

Completed in 60 milliseconds