Searched refs:flat_get_addr_from_rp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | flat.h | 7 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() function
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_flat.h | 8 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) macro
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_flat.h | 12 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) macro
|
/openbmc/linux/include/asm-generic/ |
H A D | flat.h | 7 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | flat.h | 14 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | flat.h | 27 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, in flat_get_addr_from_rp() function
|
/openbmc/qemu/linux-user/ |
H A D | flatload.c | 425 addr = flat_get_addr_from_rp(addr, relval, flags, &persistent); in load_flat_file()
|
/openbmc/linux/fs/ |
H A D | binfmt_flat.c | 794 ret = flat_get_addr_from_rp(rp, relval, flags, &addr); in load_flat_file()
|