Home
last modified time | relevance | path

Searched refs:base_lo (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h71 __u32 base_lo; member
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2582 static void emit_arena_arg_conv(struct jit_ctx *ctx, u8 dst, u8 src, bool nullable, u8 base_lo) in emit_arena_arg_conv() argument
2591 emit(A64_SUB(0, dst, src, base_lo), ctx); in emit_arena_arg_conv()
2599 u8 base_lo = bpf2a64[TMP_REG_2]; in save_args() local
2604 emit_a64_mov_i(0, base_lo, (s32)(u32)arena_base, ctx); in save_args()
2618 emit_arena_arg_conv(ctx, tmp, reg, nullable, base_lo); in save_args()
2661 emit_arena_arg_conv(ctx, tmp, tmp, nullable, base_lo); in save_args()
/linux/drivers/net/ethernet/agere/
H A Det131x.c1574 u32 __iomem *base_lo; in et131x_config_rx_dma_regs() local
1582 base_lo = &rx_dma->fbr0_base_lo; in et131x_config_rx_dma_regs()
1588 base_lo = &rx_dma->fbr1_base_lo; in et131x_config_rx_dma_regs()
1602 writel(lower_32_bits(fbr->ring_physaddr), base_lo); in et131x_config_rx_dma_regs()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3077 static void emit_arena_arg_conv(u8 **pprog, u32 src_reg, bool nullable, u32 base_lo) in emit_arena_arg_conv() argument
3091 EMIT1_off32(0x2D, base_lo); in emit_arena_arg_conv()