Searched refs:zz (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arc/kernel/ |
| A D | disasm.c | 107 state->zz = BITS(state->words[0], 7, 8); in disasm_instr() 128 state->zz = BITS(state->words[0], 1, 2); in disasm_instr() 214 state->zz = BITS(state->words[0], 17, 18); in disasm_instr() 284 state->zz = BITS(state->words[0], 3, 4); in disasm_instr() 337 state->zz = 1; in disasm_instr() 345 state->zz = 2; in disasm_instr() 360 state->zz = 2; in disasm_instr() 371 state->zz = BITS(state->words[0], 5, 5); in disasm_instr() 372 if (state->zz) in disasm_instr() 388 state->zz = BITS(state->words[0], 9, 10); in disasm_instr() [all …]
|
| A D | unaligned.c | 146 if (state->zz == 0) { in fixup_load() 173 if (state->zz == 2) { in fixup_store() 176 } else if (!state->zz) { in fixup_store() 185 if (!state->zz) in fixup_store() 230 if ((state.zz == 1) || (state.di)) in misaligned_fixup()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_namespacing.c | 69 Z zz; in f()
|
| A D | core_reloc_types.h | 1041 char zz; member
|
| /linux/arch/arc/net/ |
| A D | bpf_jit_arcv2.c | 746 static u8 arc_st_r(u8 *buf, u8 reg, u8 reg_mem, s16 off, u8 zz) in arc_st_r() argument 748 const u32 insn = OPC_STORE | STORE_ZZ(zz) | OP_C(reg) | in arc_st_r() 769 const u32 insn = OPC_LDU | LOAD_ZZ(zz) | LOAD_C(reg) | in arc_ld_r() 780 const u32 insn = OPC_LDS | LOAD_ZZ(zz) | LOAD_C(reg) | in arc_ldx_r() 1472 u8 zz = bpf_to_arc_size(size); in store_r() local 1475 off, zz); in store_r() 1508 u8 zz = bpf_to_arc_size(size); in store_i() local 1547 const u8 zz = bpf_to_arc_size(size); in load_r() local 1550 if (sign_ext && (zz == ZZ_1_byte || zz == ZZ_2_byte)) { in load_r() 1552 arc_reg_mem, off, zz); in load_r() [all …]
|
| /linux/lib/crypto/ |
| A D | curve25519-hacl64.c | 528 u64 *zz; in addanddouble_fmonty() local 532 zz = buf + 20; in addanddouble_fmonty() 533 fmul(x2, xx, zz); in addanddouble_fmonty() 534 fdifference(zz, xx); in addanddouble_fmonty() 536 fscalar(zzz, zz, scalar); in addanddouble_fmonty() 538 fmul(z2, zzz, zz); in addanddouble_fmonty()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| A D | otx_cptpf_ucode.h | 71 u8 zz; member
|
| A D | otx_cptpf_ucode.c | 396 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_tar_dbg_info() 575 ucode->ver_num.xx, ucode->ver_num.yy, ucode->ver_num.zz); in print_ucode_dbg_info()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptpf_ucode.h | 65 u8 zz; member
|
| A D | otx2_cptpf_ucode.c | 446 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_uc_info()
|
| /linux/arch/arc/include/asm/ |
| A D | disasm.h | 86 int zz, aa, x, pref, di; member
|
| /linux/drivers/media/usb/go7007/ |
| A D | go7007-fw.c | 270 static const int zz[64] = { variable 304 buf[p++] = (default_intra_quant_table[zz[i]] * q) >> 3; in mjpeg_frame_header()
|
Completed in 57 milliseconds