| /rk3399_rockchip-uboot/include/zfs/ |
| H A D | dsl_dataset.h | 16 uint64_t ds_dir_obj; 17 uint64_t ds_prev_snap_obj; 18 uint64_t ds_prev_snap_txg; 19 uint64_t ds_next_snap_obj; 20 uint64_t ds_snapnames_zapobj; /* zap obj of snaps; ==0 for snaps */ 21 uint64_t ds_num_children; /* clone/snap children; ==0 for head */ 22 uint64_t ds_creation_time; /* seconds since 1970 */ 23 uint64_t ds_creation_txg; 24 uint64_t ds_deadlist_obj; 25 uint64_t ds_used_bytes; [all …]
|
| H A D | zap_impl.h | 23 uint64_t mze_value; 30 uint64_t mz_block_type; /* ZBT_MICRO */ 31 uint64_t mz_salt; 32 uint64_t mz_pad[6]; 66 ((uint64_t *)(zap)->zap_f.zap_phys) \ 74 uint64_t zap_block_type; /* ZBT_HEADER */ 75 uint64_t zap_magic; /* ZAP_MAGIC */ 78 uint64_t zt_blk; /* starting block number */ 79 uint64_t zt_numblks; /* number of blocks */ 80 uint64_t zt_shift; /* bits to index it */ [all …]
|
| H A D | zfs_znode.h | 32 uint64_t zp_atime[2]; /* 0 - last file access time */ 33 uint64_t zp_mtime[2]; /* 16 - last file modification time */ 34 uint64_t zp_ctime[2]; /* 32 - last file change time */ 35 uint64_t zp_crtime[2]; /* 48 - creation time */ 36 uint64_t zp_gen; /* 64 - generation (txg of creation) */ 37 uint64_t zp_mode; /* 72 - file mode bits */ 38 uint64_t zp_size; /* 80 - size of file */ 39 uint64_t zp_parent; /* 88 - directory parent (`..') */ 40 uint64_t zp_links; /* 96 - number of links to file */ 41 uint64_t zp_xattr; /* 104 - DMU object for xattrs */ [all …]
|
| H A D | dsl_dir.h | 16 uint64_t dd_creation_time; /* not actually used */ 17 uint64_t dd_head_dataset_obj; 18 uint64_t dd_parent_obj; 19 uint64_t dd_clone_parent_obj; 20 uint64_t dd_child_dir_zapobj; 25 uint64_t dd_used_bytes; 26 uint64_t dd_compressed_bytes; 27 uint64_t dd_uncompressed_bytes; 29 uint64_t dd_quota; 31 uint64_t dd_reserved; [all …]
|
| H A D | zil.h | 32 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ 33 uint64_t zh_replay_seq; /* highest replayed sequence number */ 35 uint64_t zh_claim_seq; /* highest claimed sequence number */ 36 uint64_t zh_flags; /* header flags */ 37 uint64_t zh_pad[4];
|
| H A D | uberblock_impl.h | 31 uint64_t ub_magic; /* UBERBLOCK_MAGIC */ 32 uint64_t ub_version; /* ZFS_VERSION */ 33 uint64_t ub_txg; /* txg of last sync */ 34 uint64_t ub_guid_sum; /* sum of all vdev guids */ 35 uint64_t ub_timestamp; /* UTC time of last sync */
|
| H A D | vdev_impl.h | 25 uint64_t vb_magic; /* VDEV_BOOT_MAGIC */ 26 uint64_t vb_version; /* VDEV_BOOT_VERSION */ 27 uint64_t vb_offset; /* start offset (bytes) */ 28 uint64_t vb_size; /* size (bytes) */ 29 char vb_pad[VDEV_BOOT_HEADER_SIZE - 4 * sizeof(uint64_t)];
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ftmac110.h | 139 uint64_t ctrl; 144 #define FTMAC110_RXD_END ((uint64_t)1 << 63) 145 #define FTMAC110_RXD_BUFSZ(x) (((uint64_t)(x) & 0x7ff) << 32) 147 #define FTMAC110_RXD_OWNER ((uint64_t)1 << 31) /* owner: 1=HW, 0=SW */ 148 #define FTMAC110_RXD_FRS ((uint64_t)1 << 29) /* first pkt desc */ 149 #define FTMAC110_RXD_LRS ((uint64_t)1 << 28) /* last pkt desc */ 150 #define FTMAC110_RXD_ODDNB ((uint64_t)1 << 22) /* odd nibble */ 151 #define FTMAC110_RXD_RUNT ((uint64_t)1 << 21) /* runt pkt */ 152 #define FTMAC110_RXD_FTL ((uint64_t)1 << 20) /* frame too long */ 153 #define FTMAC110_RXD_CRC ((uint64_t)1 << 19) /* pkt crc error */ [all …]
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_vbmeta_image.h | 137 uint64_t authentication_data_block_size; 139 uint64_t auxiliary_data_block_size; 145 uint64_t hash_offset; 147 uint64_t hash_size; 150 uint64_t signature_offset; 152 uint64_t signature_size; 155 uint64_t public_key_offset; 157 uint64_t public_key_size; 160 uint64_t public_key_metadata_offset; 164 uint64_t public_key_metadata_size; [all …]
|
| H A D | avb_util.h | 155 uint64_t avb_be64toh(uint64_t in) AVB_ATTR_WARN_UNUSED_RESULT; 161 uint64_t avb_htobe64(uint64_t in) AVB_ATTR_WARN_UNUSED_RESULT; 182 bool avb_safe_add_to(uint64_t* value, 183 uint64_t value_to_add) AVB_ATTR_WARN_UNUSED_RESULT; 193 bool avb_safe_add(uint64_t* out_result, 194 uint64_t a, 195 uint64_t b) AVB_ATTR_WARN_UNUSED_RESULT;
|
| H A D | avb_hashtree_descriptor.h | 71 uint64_t image_size; 72 uint64_t tree_offset; 73 uint64_t tree_size; 77 uint64_t fec_offset; 78 uint64_t fec_size;
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | physmem.c | 26 uint64_t p:1; 27 uint64_t mbz_0:2; 28 uint64_t pwt:1; 29 uint64_t pcd:1; 30 uint64_t mbz_1:4; 31 uint64_t avl:3; 32 uint64_t base:40; 33 uint64_t mbz_2:12; 39 uint64_t p:1; /* present */ 40 uint64_t rw:1; /* read/write */ [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | div64.h | 31 __rem = ((uint64_t)(n)) % __base; \ 32 (n) = ((uint64_t)(n)) / __base; \ 65 uint64_t ___res, ___x, ___t, ___m, ___n = (n); \ 160 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64() 166 uint64_t res, tmp; in __arch_xprod_64() 169 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64() 172 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64() 174 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64() 181 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64() 182 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64() [all …]
|
| /rk3399_rockchip-uboot/include/optee_include/ |
| H A D | teesmc_v2.h | 13 uint64_t buf_ptr; 14 uint64_t size; 15 uint64_t shm_ref; 19 uint64_t offs; 20 uint64_t size; 21 uint64_t shm_ref; 25 uint64_t a; 26 uint64_t b; 27 uint64_t c; 31 uint64_t attr;
|
| H A D | OpteeClientRkNewFs.h | 89 uint64_t shm_offs; 90 uint64_t size; 95 uint64_t a; 96 uint64_t b; 97 uint64_t c; 101 uint64_t attr;
|
| H A D | teesmc.h | 113 uint64_t buf_ptr; 114 uint64_t size; 133 uint64_t a; 134 uint64_t b; 165 uint64_t attr; 223 uint64_t cmd; 224 uint64_t ta_func; 225 uint64_t session; 226 uint64_t ret; 227 uint64_t ret_origin; [all …]
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_mc_cmd.h | 11 ((uint64_t)((_width) < 64 ? ((uint64_t)1 << (_width)) - 1 : -1)) 13 static inline uint64_t mc_enc(int lsoffset, int width, uint64_t val) in mc_enc() 15 return (uint64_t)(((uint64_t)val & MAKE_UMASK64(width)) << lsoffset); in mc_enc() 17 static inline uint64_t mc_dec(uint64_t val, int lsoffset, int width) in mc_dec() 19 return (uint64_t)((val >> lsoffset) & MAKE_UMASK64(width)); in mc_dec() 23 uint64_t header; 24 uint64_t params[MC_CMD_NUM_OF_PARAMS]; 83 static inline uint64_t mc_encode_cmd_header(uint16_t cmd_id, in mc_encode_cmd_header() 87 uint64_t hdr; in mc_encode_cmd_header()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | stacktrace_64.c | 12 uint64_t fp; 13 uint64_t sp; 14 uint64_t pc; 17 static __always_inline uint64_t read_fp(void) in read_fp() 19 uint64_t val; in read_fp() 25 static __always_inline uint64_t read_lr(void) in read_lr() 27 uint64_t val; in read_lr() 33 static __always_inline uint64_t read_pc(void) in read_pc() 35 uint64_t val; in read_pc() 42 static __always_inline uint64_t read_sp(void) in read_sp()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/iproc-common/ |
| H A D | timer.c | 13 static inline uint64_t timer_global_read(void) in timer_global_read() 15 uint64_t cur_tick; in timer_global_read() 48 uint64_t count; in get_timer() 49 uint64_t ret; in get_timer() 50 uint64_t tim_clk; in get_timer() 51 uint64_t periph_clk; in get_timer() 70 uint64_t cur_tick, end_tick; in __udelay() 71 uint64_t tim_clk; in __udelay() 72 uint64_t periph_clk; in __udelay()
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_memory.c | 96 uint64_t map_start = map_desc->physical_start; in efi_mem_carve_out() 97 uint64_t map_end = map_start + (map_desc->num_pages << EFI_PAGE_SHIFT); in efi_mem_carve_out() 98 uint64_t carve_start = carve_desc->physical_start; in efi_mem_carve_out() 99 uint64_t carve_end = carve_start + in efi_mem_carve_out() 150 uint64_t efi_add_memory_map(uint64_t start, uint64_t pages, int memory_type, in efi_add_memory_map() 156 uint64_t carved_pages = 0; in efi_add_memory_map() 242 static uint64_t efi_find_free_memory(uint64_t len, uint64_t max_addr) in efi_find_free_memory() 250 uint64_t desc_len = desc->num_pages << EFI_PAGE_SHIFT; in efi_find_free_memory() 251 uint64_t desc_end = desc->physical_start + desc_len; in efi_find_free_memory() 252 uint64_t curmax = min(max_addr, desc_end); in efi_find_free_memory() [all …]
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_util.c | 39 uint64_t avb_be64toh(uint64_t in) { in avb_be64toh() 41 uint64_t ret; in avb_be64toh() 42 ret = ((uint64_t)d[0]) << 56; in avb_be64toh() 43 ret |= ((uint64_t)d[1]) << 48; in avb_be64toh() 44 ret |= ((uint64_t)d[2]) << 40; in avb_be64toh() 45 ret |= ((uint64_t)d[3]) << 32; in avb_be64toh() 46 ret |= ((uint64_t)d[4]) << 24; in avb_be64toh() 47 ret |= ((uint64_t)d[5]) << 16; in avb_be64toh() 48 ret |= ((uint64_t)d[6]) << 8; in avb_be64toh() 49 ret |= ((uint64_t)d[7]); in avb_be64toh() [all …]
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs_fletcher.c | 35 fletcher_2_endian(const void *buf, uint64_t size, in fletcher_2_endian() 39 const uint64_t *ip = buf; in fletcher_2_endian() 40 const uint64_t *ipend = ip + (size / sizeof(uint64_t)); in fletcher_2_endian() 41 uint64_t a0, b0, a1, b1; in fletcher_2_endian() 57 fletcher_4_endian(const void *buf, uint64_t size, zfs_endian_t endian, in fletcher_4_endian() 62 uint64_t a, b, c, d; in fletcher_4_endian()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | time.c | 78 uint64_t notrace get_ticks(void) in get_ticks() 104 uint64_t __weak notrace get_ticks(void) in get_ticks() 112 return ((uint64_t)gd->timebase_h << 32) | gd->timebase_l; in get_ticks() 118 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time() 143 static uint64_t usec_to_tick(unsigned long usec) in usec_to_tick() 145 uint64_t tick = usec; in usec_to_tick() 153 uint64_t tmp; in __udelay()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | trust_merger.h | 154 uint64_t e_entry; /* Entry point virtual address */ 155 uint64_t e_phoff; /* Program header table file offset */ 156 uint64_t e_shoff; /* Section header table file offset */ 180 uint64_t p_offset; /* Segment file offset */ 181 uint64_t p_vaddr; /* Segment virtual address */ 182 uint64_t p_paddr; /* Segment physical address */ 183 uint64_t p_filesz; /* Segment size in file */ 184 uint64_t p_memsz; /* Segment size in memory */ 185 uint64_t p_align; /* Segment alignment, file & memory */
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | global_data.h | 46 uint64_t start; 47 uint64_t size; 52 uint64_t total_memory; 53 uint64_t total_32bit_memory; 66 uint64_t start; 67 uint64_t size; 79 uint64_t tsc_base; /* Initial value returned by rdtsc() */
|