Home
last modified time | relevance | path

Searched refs:PSR_I (Results 1 – 14 of 14) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dkxia64.h57 #define PSR_I 14 macro
573 #define DISABLE_INTERRUPTS(reg) mov reg = psr; rsm 1 << PSR_I
575 … RESTORE_INTERRUPTS(reg) tbit##.##nz pt0,pt1 = reg,PSR_I;; ;(pt0) ssm 1 << PSR_I ;(pt1) rsm 1 << P…
577 #define FAST_DISABLE_INTERRUPTS rsm 1 << PSR_I
579 #define FAST_ENABLE_INTERRUPTS ssm 1 << PSR_I
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dkxia64.h57 #define PSR_I 14 macro
573 #define DISABLE_INTERRUPTS(reg) mov reg = psr; rsm 1 << PSR_I
575 … RESTORE_INTERRUPTS(reg) tbit##.##nz pt0,pt1 = reg,PSR_I;; ;(pt0) ssm 1 << PSR_I ;(pt1) rsm 1 << P…
577 #define FAST_DISABLE_INTERRUPTS rsm 1 << PSR_I
579 #define FAST_ENABLE_INTERRUPTS ssm 1 << PSR_I
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Include/Ipf/
H A DIpfDefines.h64 #define PSR_I 14 macro
552 #define FAST_DISABLE_INTERRUPTS rsm BITMASK (PSR_I, 1);;
554 #define FAST_ENABLE_INTERRUPTS ssm BITMASK (PSR_I, 1);;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/include/asm/
H A Dmca_asm.h22 #define PSR_I 14 macro
117 dep temp1 = 0, temp1, PSR_I, 1; \
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/include/asm/
H A Dmca_asm.h22 #define PSR_I 14 macro
117 dep temp1 = 0, temp1, PSR_I, 1; \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/include/asm/
H A Dmca_asm.h22 #define PSR_I 14 macro
117 dep temp1 = 0, temp1, PSR_I, 1; \
/dports/devel/openocd/openocd-0.11.0/contrib/loaders/debug/xscale/
H A Dprotocol.h50 #define PSR_I 0x80 macro
H A Ddebug_handler.S105 orr r0, r0, #(PSR_I | PSR_F)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DDs64Macros.i28 #define PSR_I 14 macro
/dports/devel/openwince-include/include-0.4.2/arm/
H A Darm.h52 #define PSR_I bit(7) macro
/dports/devel/avr-gdb/gdb-7.3.1/sim/cr16/
H A Dcr16_sim.h330 #define PSR_I ((PSR & PSR_I_BIT) != 0) macro
/dports/devel/gdb761/gdb-7.6.1/sim/cr16/
H A Dcr16_sim.h330 #define PSR_I ((PSR & PSR_I_BIT) != 0) macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/ns32000/
H A Dns32000.cpp44 PSR_I = 0x0800, // interrupt enable enumerator
168 (m_psr & PSR_I) ? 'I' : '.', in state_string_export()
513 m_psr &= ~(PSR_I | PSR_P | PSR_S | PSR_U | PSR_T); in interrupt()
561 else if (m_int_line && (m_psr & PSR_I)) in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/ns32000/
H A Dns32000.cpp44 PSR_I = 0x0800, // interrupt enable enumerator
168 (m_psr & PSR_I) ? 'I' : '.', in state_string_export()
513 m_psr &= ~(PSR_I | PSR_P | PSR_S | PSR_U | PSR_T); in interrupt()
561 else if (m_int_line && (m_psr & PSR_I)) in execute_run()