Home
last modified time | relevance | path

Searched defs:get_reg (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rkscript/
H A Dlist-iodomain.sh25 function get_reg() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h39 static inline void get_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t *addr) in get_reg() function
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dptrace.c31 static inline long get_reg(struct task_struct *task, int regno) in get_reg() function
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Ddisasm.c432 long __kprobes get_reg(int reg, struct pt_regs *regs, in get_reg() function
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dptrace.c74 static inline long get_reg(struct task_struct *task, int regno) in get_reg() function
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcs8900.c68 static u16 get_reg(struct eth_device *dev, int regno) in get_reg() function
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dptrace.c129 get_reg(struct task_struct * task, unsigned long regno) in get_reg() function
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c276 static void *get_reg(struct udevice *dev, const char *name) in get_reg() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dunwind_orc.c401 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() function
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dptrace.c434 static unsigned long get_reg(struct pt_regs *regs, int num) in get_reg() function
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-stmfx.c45 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) macro