Home
last modified time | relevance | path

Searched refs:reg_offset (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/boot/
Dns16550.c60 u32 reg_offset; in ns16550_console_init() local
67 n = getprop(devp, "reg-offset", &reg_offset, sizeof(reg_offset)); in ns16550_console_init()
68 if (n == sizeof(reg_offset)) in ns16550_console_init()
69 reg_base += be32_to_cpu(reg_offset); in ns16550_console_init()
/arch/powerpc/include/asm/
Dtsi108.h103 static inline u32 tsi108_read_reg(u32 reg_offset) in tsi108_read_reg() argument
105 return in_be32((volatile u32 *)(tsi108_csr_vir_base + reg_offset)); in tsi108_read_reg()
108 static inline void tsi108_write_reg(u32 reg_offset, u32 val) in tsi108_write_reg() argument
110 out_be32((volatile u32 *)(tsi108_csr_vir_base + reg_offset), val); in tsi108_write_reg()
/arch/x86/kernel/
Duprobes.c665 unsigned long *src_ptr = (void *)regs + auprobe->push.reg_offset; in push_emulate_op()
769 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local
785 reg_offset = offsetof(struct pt_regs, r8); in push_setup_xol_ops()
788 reg_offset = offsetof(struct pt_regs, r9); in push_setup_xol_ops()
791 reg_offset = offsetof(struct pt_regs, r10); in push_setup_xol_ops()
794 reg_offset = offsetof(struct pt_regs, r11); in push_setup_xol_ops()
797 reg_offset = offsetof(struct pt_regs, r12); in push_setup_xol_ops()
800 reg_offset = offsetof(struct pt_regs, r13); in push_setup_xol_ops()
803 reg_offset = offsetof(struct pt_regs, r14); in push_setup_xol_ops()
806 reg_offset = offsetof(struct pt_regs, r15); in push_setup_xol_ops()
[all …]
Dumip.c338 int nr_copied, reg_offset, dummy_data_size, umip_inst; in fixup_umip_exception() local
382 reg_offset = insn_get_modrm_rm_off(&insn, regs); in fixup_umip_exception()
389 if (reg_offset < 0) in fixup_umip_exception()
392 reg_addr = (unsigned long *)((unsigned long)regs + reg_offset); in fixup_umip_exception()
/arch/arm64/kvm/vgic/
Dvgic-mmio.h9 unsigned int reg_offset; member
69 .reg_offset = off, \
81 .reg_offset = off, \
91 .reg_offset = off, \
Dvgic-mmio-v3.c537 .reg_offset = off, \
544 .reg_offset = off + (bpi * VGIC_NR_PRIVATE_IRQS) / 8, \
Dvgic-mmio.c819 if (offset < region->reg_offset) in match_region()
822 if (offset >= region->reg_offset + region->len) in match_region()
Dvgic-its.c1755 .reg_offset = off, \
1764 .reg_offset = off, \
/arch/arm/mach-rockchip/
Dpm.c69 static const u32 reg_offset[] = { GRF_UOC0_CON0, GRF_UOC1_CON0, in rk3288_slp_disable_osc() local
78 for (i = 0; i < ARRAY_SIZE(reg_offset); i++) { in rk3288_slp_disable_osc()
79 regmap_read(grf_regmap, reg_offset[i], &reg); in rk3288_slp_disable_osc()
/arch/x86/include/asm/
Duprobes.h44 u8 reg_offset; /* to the start of pt_regs */ member
/arch/x86/math-emu/
Dget_address.c32 static int reg_offset[] = { variable
43 #define REG_(x) (*(long *)(reg_offset[(x)] + (u_char *)FPU_info->regs))
/arch/powerpc/sysdev/
Dtsi108_pci.c44 extern u32 tsi108_read_reg(u32 reg_offset);
45 extern void tsi108_write_reg(u32 reg_offset, u32 val);