Home
last modified time | relevance | path

Searched refs:s8 (Results 1 – 25 of 114) sorted by relevance

12345

/arch/arm/net/
A Dbpf_jit_32.c670 static s8 arm_bpf_get_reg32(s8 reg, s8 tmp, struct jit_ctx *ctx) in arm_bpf_get_reg32()
679 static const s8 *arm_bpf_get_reg64(const s8 *reg, const s8 *tmp, in arm_bpf_get_reg64()
860 s8 rs; in emit_a32_alu_r64()
876 s8 rt; in emit_a32_mov_r()
915 s8 rs; in emit_a32_movsx_r64()
916 s8 rd; in emit_a32_movsx_r64()
968 s8 rd; in emit_a32_alu_i()
1013 s8 rt; in emit_a32_lsh_r64()
1037 s8 rt; in emit_a32_arsh_r64()
1062 s8 rt; in emit_a32_rsh_r64()
[all …]
/arch/parisc/net/
A Dbpf_jit_comp32.c110 static s8 hi(const s8 *r) in hi()
115 static s8 lo(const s8 *r) in lo()
129 static void emit_hppa_xor(const s8 r1, const s8 r2, const s8 r3, struct hppa_jit_context *ctx) in emit_hppa_xor()
224 static const s8 *bpf_get_reg64_offset(const s8 *reg, const s8 *tmp, in bpf_get_reg64_offset()
237 static const s8 *bpf_get_reg64(const s8 *reg, const s8 *tmp, in bpf_get_reg64()
243 static const s8 *bpf_get_reg64_ref(const s8 *reg, const s8 *tmp, in bpf_get_reg64_ref()
260 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64()
280 static const s8 *bpf_get_reg32(const s8 *reg, const s8 *tmp, in bpf_get_reg32()
291 static const s8 *bpf_get_reg32_ref(const s8 *reg, const s8 *tmp, in bpf_get_reg32_ref()
304 static void bpf_put_reg32(const s8 *reg, const s8 *src, in bpf_put_reg32()
[all …]
A Dbpf_jit_comp64.c70 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy()
350 const s8 arr_reg = regmap[BPF_REG_2]; in emit_bpf_tail_call()
351 const s8 idx_reg = regmap[BPF_REG_3]; in emit_bpf_tail_call()
505 static void emit_call_libgcc_ll(void *func, const s8 arg0, in emit_call_libgcc_ll()
506 const s8 arg1, u8 opcode, struct hppa_jit_context *ctx) in emit_call_libgcc_ll()
554 static void emit_store(const s8 rd, const s8 rs, s16 off, in emit_store()
558 s8 dstreg; in emit_store()
1104 s8 reg; in bpf_jit_build_prologue()
/arch/riscv/net/
A Dbpf_jit_comp32.c101 static s8 hi(const s8 *r) in hi()
106 static s8 lo(const s8 *r) in lo()
185 static const s8 *bpf_get_reg64(const s8 *reg, const s8 *tmp, in bpf_get_reg64()
196 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64()
205 static const s8 *bpf_get_reg32(const s8 *reg, const s8 *tmp, in bpf_get_reg32()
215 static void bpf_put_reg32(const s8 *reg, const s8 *src, in bpf_put_reg32()
406 static void emit_alu_r64(const s8 *dst, const s8 *src, in emit_alu_r64()
511 static void emit_alu_r32(const s8 *dst, const s8 *src, in emit_alu_r32()
835 static int emit_load_r64(const s8 *dst, const s8 *src, s16 off, in emit_load_r64()
872 static int emit_store_r64(const s8 *dst, const s8 *src, s16 off, in emit_store_r64()
[all …]
/arch/arm64/include/asm/
A Dkvm_pgtable.h154 static inline u64 kvm_granule_shift(s8 level) in kvm_granule_shift()
160 static inline u64 kvm_granule_size(s8 level) in kvm_granule_size()
165 static inline bool kvm_level_supports_block_mapping(s8 level) in kvm_level_supports_block_mapping()
172 s8 level = KVM_PGTABLE_MIN_BLOCK_LEVEL; in kvm_supported_block_sizes()
220 void (*free_unlinked_table)(void *addr, s8 level);
318 s8 level;
424 s8 start_level;
563 void kvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level);
587 u64 phys, s8 level,
815 kvm_pte_t *ptep, s8 *level);
A Dkvm_pkvm.h196 void pkvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level);
197 kvm_pte_t *pkvm_pgtable_stage2_create_unlinked(struct kvm_pgtable *pgt, u64 phys, s8 level,
/arch/arm/include/asm/
A Dmcpm.h287 s8 cpu __aligned(__CACHE_WRITEBACK_GRANULE);
291 s8 cluster __aligned(__CACHE_WRITEBACK_GRANULE);
294 s8 inbound __aligned(__CACHE_WRITEBACK_GRANULE);
/arch/riscv/include/asm/
A Dcompat.h63 compat_ulong_t s8; member
100 cregs->s8 = (compat_ulong_t) regs->s8; in regs_to_cregs()
137 regs->s8 = (unsigned long) cregs->s8; in cregs_to_regs()
A Dptrace.h42 unsigned long s8; member
A Dassembler.h56 REG_L s8, (SUSPEND_CONTEXT_REGS + PT_S8)(a0)
/arch/powerpc/boot/
A Dtypes.h13 typedef signed char s8; typedef
23 typedef s8 int8_t;
/arch/arm64/kvm/hyp/
A Dpgtable.c64 static u32 kvm_pgd_pages(u32 ia_bits, s8 start_level) in kvm_pgd_pages()
74 static bool kvm_pte_table(kvm_pte_t pte, s8 level) in kvm_pte_table()
157 kvm_pteref_t pteref, s8 level) in __kvm_pgtable_visit()
291 s8 level;
306 kvm_pte_t *ptep, s8 *level) in kvm_pgtable_get_leaf()
515 s8 start_level = KVM_PGTABLE_LAST_LEVEL + 1 - in kvm_pgtable_hyp_init()
584 s8 lvls; in kvm_get_vtcr()
1153 s8 level;
1294 s8 level; in kvm_pgtable_stage2_relax_perms()
1345 u64 phys, s8 level, in kvm_pgtable_stage2_create_unlinked()
[all …]
/arch/mips/sgi-ip30/
A Dip30-xtalk.c137 static unsigned int __init xbow_widget_active(s8 wid) in xbow_widget_active()
149 static void __init xtalk_init_widget(s8 wid, s8 masterwid) in xtalk_init_widget()
/arch/loongarch/power/
A Dhibernate_asm.S29 PTR_S s8, t0, PT_R31
63 PTR_L s8, t0, PT_R31
/arch/mips/include/asm/
A Dregdef.h148 #define s8 $30 /* same like fp! */ macro
191 #define s8 $30 /* callee saved */ macro
/arch/arm/mach-omap2/
A Dprm.h119 s8 reg_shift;
120 s8 std_shift;
/arch/x86/include/asm/
A Dpvclock-abi.h32 s8 tsc_shift;
/arch/loongarch/kernel/
A Drethook_trampoline.S37 cfi_st s8, PT_R31
72 cfi_ld s8, PT_R31
/arch/loongarch/include/asm/
A Dregdef.h39 #define s8 $r31 macro
/arch/mips/kernel/
A Dcps-vec-ns16550.S143 move s8, a0
146 move a0, s8
/arch/loongarch/vdso/
A Dvgetrandom-chacha.S48 #define state8 s8
94 REG_S s8, sp, SZREG * 8
248 REG_L s8, sp, SZREG * 8
/arch/riscv/kernel/vdso/
A Dvgetrandom-chacha.S47 #define state8 s8
92 REG_S s8, 8*SZREG(sp)
242 REG_L s8, 8*SZREG(sp)
/arch/riscv/kernel/
A Dkexec_relocate.S121 mv s8, zero
185 mv s8, zero
A Dcrash_save_regs.S37 REG_S s8, PT_S8(a0) /* x24 */
/arch/riscv/include/uapi/asm/
A Dptrace.h49 unsigned long s8; member

Completed in 62 milliseconds

12345