Searched refs:ZA (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/arch/arm64/ |
H A D | sme.rst | 21 * PSTATE.SM, PSTATE.ZA, the streaming mode vector length, the ZA and (when 97 * On syscall PSTATE.ZA is preserved, if PSTATE.ZA==1 then the contents of the 132 in which case PSTATE.ZA == 1. 162 then ZA is disabled. 165 PSTATE.ZA is set to 1 and ZA is populated with the specified data. 278 * A new regset NT_ARM_ZA is defined for ZA state for access to ZA state via 330 then PSTATE.ZA will be set to 1. 437 operations on ZA require that streaming mode be enabled but ZA can be 444 register which is accessible when PSTATE.ZA is set, as ZA itself is. 449 * PSTATE.ZA, if this is 1 then the ZA matrix is accessible and has valid [all …]
|
/openbmc/qemu/disas/ |
H A D | alpha.c | 320 #define ZA (FC + 1) macro 322 #define ZB (ZA + 1) 651 #define ARG_FPZ1 { ZA, FB, DFC1 } 656 #define ARG_OPRZ1 { ZA, RB, DRC1 } 657 #define ARG_OPRLZ1 { ZA, LIT, RC } 729 MEM_MASK, BASE, { ZA } }, /* pseudo */ 1283 { "fetch", MFC(0x18,0x8000), BASE, { ZA, PRB } }, 1284 { "fetch_m", MFC(0x18,0xA000), BASE, { ZA, PRB } }, 1305 BASE, { ZA, CPRB } }, 1567 { "hw_ret", EV6HWMBR(0x1E,0x4), EV6, { ZA, PRB } }, [all …]
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 100 env->svcr = FIELD_DP64(env->svcr, SVCR, ZA, 0); in do_prctl_sme_set_vl()
|
H A D | signal.c | 395 *svcr = FIELD_DP64(*svcr, SVCR, ZA, 1); in target_restore_za_record() 589 if (FIELD_EX64(env->svcr, SVCR, ZA)) { in target_setup_frame()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
H A D | hunspell-dictionaries.bb | 21 LICENSE:dictionaries/en-ZA = "LGPL 2.1" 85 file://dictionaries/en-ZA/license;md5=56e4b4ca965de3bba6db42494cc34576 \
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 259 DP_TBFLAG_A64(flags, PSTATE_ZA, FIELD_EX64(env->svcr, SVCR, ZA)); in rebuild_hflags_a64()
|
H A D | translate-a64.c | 1295 if (FIELD_EX64(req, SVCR, ZA) && !s->pstate_za) { in sme_enabled_check_with_svcr()
|
/openbmc/qemu/target/arm/ |
H A D | machine.c | 309 return FIELD_EX64(cpu->env.svcr, SVCR, ZA); in za_needed()
|
H A D | cpu.c | 1254 (FIELD_EX64(env->svcr, SVCR, ZA) ? 'Z' : '-'), in aarch64_cpu_dump_state() 1354 FIELD_EX64(env->svcr, SVCR, ZA) && in aarch64_cpu_dump_state()
|
H A D | cpu.h | 1478 FIELD(SVCR, ZA, 1, 1)
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2019 Field 1 ZA
|