Home
last modified time | relevance | path

Searched defs:p (Results 1 – 21 of 21) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dbyteorder_little_endian.h45 static __always_inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
49 static __always_inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
53 static __always_inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()
57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
61 static __always_inline __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p()
65 static __always_inline __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup()
69 static __always_inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
73 static __always_inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
77 static __always_inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
[all …]
H A Dswab.h175 static __always_inline __u16 __swab16p(const __u16 *p) in __swab16p()
188 static __always_inline __u32 __swab32p(const __u32 *p) in __swab32p()
201 static __always_inline __u64 __swab64p(const __u64 *p) in __swab64p()
216 static inline __u32 __swahw32p(const __u32 *p) in __swahw32p()
231 static inline __u32 __swahb32p(const __u32 *p) in __swahb32p()
244 static inline void __swab16s(__u16 *p) in __swab16s()
256 static __always_inline void __swab32s(__u32 *p) in __swab32s()
269 static __always_inline void __swab64s(__u64 *p) in __swab64s()
284 static inline void __swahw32s(__u32 *p) in __swahw32s()
299 static inline void __swahb32s(__u32 *p) in __swahb32s()
H A Dalign.h11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN_UP((unsigned long)(p), (a))) argument
12 #define PTR_ALIGN_DOWN(p, a) ((typeof(p))ALIGN_DOWN((unsigned long)(p), (a))) argument
/DragonStub/apps/lib/libfdt/
H A Dlibfdt_internal.h58 static inline uint32_t fdt32_ld_(const fdt32_t *p) in fdt32_ld_()
63 static inline uint64_t fdt64_ld_(const fdt64_t *p) in fdt64_ld_()
H A Dfdt_rw.c56 char *p = splicepoint; in fdt_splice_() local
70 static int fdt_splice_mem_rsv_(void *fdt, struct fdt_reserve_entry *p, in fdt_splice_mem_rsv_()
83 static int fdt_splice_struct_(void *fdt, void *p, in fdt_splice_struct_()
107 void *p = (char *)fdt in fdt_splice_string_() local
130 const char *p; in fdt_find_add_string_() local
H A Dfdt.c168 const char *p; in fdt_next_tag() local
320 const char *p; in fdt_find_string_() local
H A Dfdt_ro.c17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() local
109 const char *p = fdt_get_string(fdt, stroffset, &slen); in fdt_string_eq_() local
253 const char *p = path; in fdt_path_offset_namelen() local
544 int pdepth = 0, p = 0; in fdt_get_path() local
709 const char *p; in fdt_stringlist_contains() local
H A Dlibfdt_env.h91 const char *p = memchr(string, 0, max_count); in fdt_strnlen() local
H A Dfdt_sw.c280 const char *p; in fdt_find_add_string_() local
339 char *p = (char *)fdt; in fdt_finish() local
H A Dfdt_wip.c53 fdt32_t *p; in fdt_nop_region_() local
H A Dlibfdt.h134 static inline uint16_t fdt16_ld(const fdt16_t *p) in fdt16_ld()
141 static inline uint32_t fdt32_ld(const fdt32_t *p) in fdt32_ld()
161 static inline uint64_t fdt64_ld(const fdt64_t *p) in fdt64_ld()
H A Dfdt_overlay.c691 void *p; in overlay_symbol_update() local
/DragonStub/apps/
H A Dfdt.c198 struct exit_boot_struct *p = priv; in exit_boot_func() local
315 efi_memory_desc_t *p; in allocate_new_fdt_and_exit_boot() local
/DragonStub/lib/
H A Dinit.c183 unsigned char *p = s; in memset() local
194 unsigned char *p = dest; in memcpy() local
H A Dmisc.c31 VOID *p; in AllocatePool() local
46 VOID *p; in AllocateZeroPool() local
H A Dstr.c331 CHAR16 c, p, l; in MetaMatch() local
H A Dprint.c960 IN POINTER *p in PGETC()
/DragonStub/inc/dragonstub/
H A Dtypes.h9 #define typeof(p) __typeof__(p) argument
H A Dcompiler_types.h56 #define ACCESS_PRIVATE(p, member) \ argument
85 #define ACCESS_PRIVATE(p, member) ((p)->member) argument
/DragonStub/apps/lib/
H A Dvsprintf.c605 char *p = mac_addr; in mac_address_string() local
/DragonStub/inc/
H A Defidebug.h81 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p argument
87 #define ASSERT_STRUCT(p,t) argument