Home
last modified time | relevance | path

Searched defs:flat_get_addr_from_rp (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dflat.h7 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/xtensa/include/asm/
H A Dflat.h7 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 Dflat.h14 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 Dflat.h27 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 Dtarget_flat.h8 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_flat.h12 #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp) macro