Home
last modified time | relevance | path

Searched refs:PSW_MASK_ASC (Results 1 – 25 of 85) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Dcompat_signal.c110 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
112 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs32()
319 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame32()
320 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame32()
401 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame32()
402 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame32()
H A Dsignal.c160 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
162 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs()
352 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()
353 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame()
430 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
431 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Dcompat_signal.c110 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
112 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs32()
319 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame32()
320 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame32()
401 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame32()
402 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame32()
H A Dsignal.c160 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
162 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs()
352 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()
353 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame()
430 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
431 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Dcompat_signal.c110 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
112 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs32()
319 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame32()
320 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame32()
401 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame32()
402 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame32()
H A Dsignal.c160 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
162 (regs->psw.mask & ~PSW_MASK_ASC); in restore_sigregs()
352 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_frame()
353 (regs->psw.mask & ~PSW_MASK_ASC); in setup_frame()
430 (PSW_USER_BITS & PSW_MASK_ASC) | in setup_rt_frame()
431 (regs->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
/dports/emulators/qemu/qemu-6.2.0/linux-user/s390x/
H A Dsignal.c116 #define PSW_MASK_USER (PSW_MASK_ASC | PSW_MASK_CC | PSW_MASK_PM | \
218 | (env->psw.mask & ~PSW_MASK_ASC); in setup_frame()
284 | (env->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
317 if ((mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in restore_sigregs()
318 mask = (mask & ~PSW_MASK_ASC) | PSW_ASC_PRIMARY; in restore_sigregs()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/s390x/
H A Dsignal.c118 #define PSW_MASK_USER (PSW_MASK_ASC | PSW_MASK_CC | PSW_MASK_PM | \
222 | (env->psw.mask & ~PSW_MASK_ASC); in setup_frame()
290 | (env->psw.mask & ~PSW_MASK_ASC); in setup_rt_frame()
323 if ((mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in restore_sigregs()
324 mask = (mask & ~PSW_MASK_ASC) | PSW_ASC_PRIMARY; in restore_sigregs()
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dcpu.h251 #undef PSW_MASK_ASC
271 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
302 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
344 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
350 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dcpu.h251 #undef PSW_MASK_ASC
273 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
306 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
348 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
354 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dcpu.h249 #undef PSW_MASK_ASC
271 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
304 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
346 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
352 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dcpu.h251 #undef PSW_MASK_ASC
271 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
302 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
344 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
350 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dcpu.h249 #undef PSW_MASK_ASC
271 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
304 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
346 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
352 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/
H A Dcpu.h262 #undef PSW_MASK_ASC
284 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
317 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
359 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
365 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu/qemu-6.2.0/target/s390x/
H A Dcpu.h262 #undef PSW_MASK_ASC
284 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
317 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
359 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
365 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dcpu.h262 #undef PSW_MASK_ASC
284 #define PSW_MASK_ASC 0x0000C00000000000ULL macro
317 #define FLAG_MASK_ASC (PSW_MASK_ASC >> FLAG_MASK_PSW_SHIFT)
359 if ((env->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) { in cpu_mmu_index()
365 switch (env->psw.mask & PSW_MASK_ASC) { in cpu_mmu_index()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/arch/s390/include/uapi/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/include/uapi/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/arch/s390/include/uapi/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/include/uapi/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/s390x-linux-any/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/s390x-linux-any/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/include/uapi/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/arch/s390/include/uapi/asm/
H A Dptrace.h228 #define PSW_MASK_ASC 0x0000C000UL macro
258 #define PSW_MASK_ASC 0x0000C00000000000UL macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/tcg/
H A Dcc_helper.c522 env->psw.mask &= ~PSW_MASK_ASC; in HELPER()
526 env->psw.mask &= ~PSW_MASK_ASC; in HELPER()
530 env->psw.mask &= ~PSW_MASK_ASC; in HELPER()

1234