Lines Matching defs:ptr
66 #define ptr typeof(unsigned long)
118 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx);
243 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx)
330 static inline void emit_store_stack_reg(ptr reg, ptr base,
337 static inline void emit_store(ptr reg, ptr base, unsigned int offset,
343 static inline void emit_load_stack_reg(ptr reg, ptr base,
431 static inline void emit_load_func(unsigned int reg, ptr imm,
447 static inline void emit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx)
453 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx)
725 emit_load_func(r_s0, (ptr)sk_load_func, ctx);
777 emit_load_func(r_s0, (ptr)sk_load_byte, ctx);
1280 flush_icache_range((ptr)ctx.target, (ptr)(ctx.target + ctx.idx));