/DragonStub/inc/dragonstub/linux/ |
H A D | byteorder_little_endian.h | 45 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 D | swab.h | 175 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 D | align.h | 11 #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 D | libfdt_internal.h | 58 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 D | fdt_rw.c | 56 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 D | fdt.c | 168 const char *p; in fdt_next_tag() local 320 const char *p; in fdt_find_string_() local
|
H A D | fdt_ro.c | 17 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 D | libfdt_env.h | 91 const char *p = memchr(string, 0, max_count); in fdt_strnlen() local
|
H A D | fdt_sw.c | 280 const char *p; in fdt_find_add_string_() local 339 char *p = (char *)fdt; in fdt_finish() local
|
H A D | fdt_wip.c | 53 fdt32_t *p; in fdt_nop_region_() local
|
H A D | libfdt.h | 134 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 D | fdt_overlay.c | 691 void *p; in overlay_symbol_update() local
|
/DragonStub/apps/ |
H A D | fdt.c | 198 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 D | init.c | 183 unsigned char *p = s; in memset() local 194 unsigned char *p = dest; in memcpy() local
|
H A D | misc.c | 31 VOID *p; in AllocatePool() local 46 VOID *p; in AllocateZeroPool() local
|
H A D | str.c | 331 CHAR16 c, p, l; in MetaMatch() local
|
H A D | print.c | 960 IN POINTER *p in PGETC()
|
/DragonStub/inc/dragonstub/ |
H A D | types.h | 9 #define typeof(p) __typeof__(p) argument
|
H A D | compiler_types.h | 56 #define ACCESS_PRIVATE(p, member) \ argument 85 #define ACCESS_PRIVATE(p, member) ((p)->member) argument
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 605 char *p = mac_addr; in mac_address_string() local
|
/DragonStub/inc/ |
H A D | efidebug.h | 81 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p argument 87 #define ASSERT_STRUCT(p,t) argument
|