Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
Dtsp_main.c42 static tsp_args_t *set_smc_args(uint64_t arg0, in set_smc_args()
43 uint64_t arg1, in set_smc_args()
44 uint64_t arg2, in set_smc_args()
45 uint64_t arg3, in set_smc_args()
46 uint64_t arg4, in set_smc_args()
47 uint64_t arg5, in set_smc_args()
48 uint64_t arg6, in set_smc_args()
49 uint64_t arg7) in set_smc_args()
77 uint64_t tsp_main(void) in tsp_main()
106 return (uint64_t) &tsp_vector_table; in tsp_main()
[all …]
Dtsp_private.h50 uint64_t _regs[TSP_ARGS_END >> 3];
63 void tsp_get_magic(uint64_t args[4]);
65 tsp_args_t *tsp_cpu_resume_main(uint64_t arg0,
66 uint64_t arg1,
67 uint64_t arg2,
68 uint64_t arg3,
69 uint64_t arg4,
70 uint64_t arg5,
71 uint64_t arg6,
72 uint64_t arg7);
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/
Dmtk_plat_common.h34 uint64_t pc;
35 uint64_t r0;
36 uint64_t r1;
37 uint64_t r2;
38 uint64_t k32_64;
42 uint64_t bootarg_loc;
43 uint64_t bootarg_size;
44 uint64_t bl33_start_addr;
45 uint64_t tee_info_addr;
51 void clean_top_32b_of_param(uint32_t smc_fid, uint64_t *x1,
[all …]
Dmtk_sip_svc.c22 uint64_t mediatek_plat_sip_handler(uint32_t smc_fid, in mediatek_plat_sip_handler()
23 uint64_t x1, in mediatek_plat_sip_handler()
24 uint64_t x2, in mediatek_plat_sip_handler()
25 uint64_t x3, in mediatek_plat_sip_handler()
26 uint64_t x4, in mediatek_plat_sip_handler()
29 uint64_t flags) in mediatek_plat_sip_handler()
37 uint64_t mediatek_sip_handler(uint32_t smc_fid, in mediatek_sip_handler()
38 uint64_t x1, in mediatek_sip_handler()
39 uint64_t x2, in mediatek_sip_handler()
40 uint64_t x3, in mediatek_sip_handler()
[all …]
Dmtk_plat_common.c22 uint64_t *px1, in clean_top_32b_of_param()
23 uint64_t *px2, in clean_top_32b_of_param()
24 uint64_t *px3, in clean_top_32b_of_param()
25 uint64_t *px4) in clean_top_32b_of_param()
39 static void save_kernel_info(uint64_t pc, in save_kernel_info()
40 uint64_t r0, in save_kernel_info()
41 uint64_t r1, in save_kernel_info()
42 uint64_t k32_64) in save_kernel_info()
61 uint64_t get_kernel_info_pc(void) in get_kernel_info_pc()
66 uint64_t get_kernel_info_r0(void) in get_kernel_info_r0()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dmca_machdep.h35 uint64_t rh_seqnr; /* Record id. */
70 uint64_t cpu_flags;
81 uint64_t cpu_errmap;
82 uint64_t cpu_state;
83 uint64_t cpu_cr_lid;
94 uint64_t cpuid[6];
98 uint64_t cpu_mod_flags;
104 uint64_t cpu_mod_info;
105 uint64_t cpu_mod_reqid;
106 uint64_t cpu_mod_rspid;
[all …]
Dbootinfo.h31 uint64_t bi_magic; /* BOOTINFO_MAGIC */
33 uint64_t bi_version; /* version 1 */
34 uint64_t bi_spare[5]; /* was: name of booted kernel */
35 uint64_t bi_hcdp; /* DIG64 HCDP table */
36 uint64_t bi_fpswa; /* FPSWA interface */
37 uint64_t bi_boothowto; /* value for boothowto */
38 uint64_t bi_systab; /* pa of EFI system table */
39 uint64_t bi_memmap; /* pa of EFI memory map */
40 uint64_t bi_memmap_size; /* size of EFI memory map */
41 uint64_t bi_memdesc_size; /* sizeof EFI memory desc */
[all …]
Dpte.h72 typedef uint64_t pt_entry_t;
75 pte_atomic_clear(pt_entry_t *ptep, uint64_t val) in pte_atomic_clear()
81 pte_atomic_set(pt_entry_t *ptep, uint64_t val) in pte_atomic_set()
91 uint64_t itir;
92 uint64_t tag; /* includes ti */
93 uint64_t chain; /* pa of collision chain */
101 uint64_t rr_ve :1; /* bit 0 */
102 uint64_t __rv1__ :1; /* bit 1 */
103 uint64_t rr_ps :6; /* bits 2..7 */
104 uint64_t rr_rid :24; /* bits 8..31 */
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_svc_main.c86 uint64_t pm_smc_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3, in pm_smc_handler()
87 uint64_t x4, void *cookie, void *handle, uint64_t flags) in pm_smc_handler()
107 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
112 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
117 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
121 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
125 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
129 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
133 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
137 SMC_RET1(handle, (uint64_t)ret); in pm_smc_handler()
[all …]
/device/google/contexthub/firmware/os/cpu/cortexm4/
DcpuMath.c3 uint32_t cpuMathUint44Div1000ToUint32_slow_path(uint64_t val) in cpuMathUint44Div1000ToUint32_slow_path()
5 uint64_t mult = 0x4189374BCULL; in cpuMathUint44Div1000ToUint32_slow_path()
8 uint64_t ret; in cpuMathUint44Div1000ToUint32_slow_path()
17 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy_ /* 16 bits max*/) in cpuMathU64DivByU16()
23 static uint64_t __attribute__((naked)) cpuMathUint64TimesUint64Lsr64(uint64_t a, uint64_t b) in cpuMathUint64TimesUint64Lsr64()
47 uint64_t try, ret; \
59 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip) in cpuMathRecipAssistedUdiv64by64()
64 uint64_t cpuMathRecipAssistedUdiv64by32(uint64_t num, uint32_t denom, uint64_t denomRecip) in cpuMathRecipAssistedUdiv64by32()
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dp/
Dcdn_dp.c23 static uint64_t *hdcp_key_pdata;
28 uint64_t dp_hdcp_ctrl(uint64_t type) in dp_hdcp_ctrl()
33 hdcp_key_pdata = (uint64_t *)&key; in dp_hdcp_ctrl()
36 if (hdcp_key_pdata == (uint64_t *)(&key + 1)) in dp_hdcp_ctrl()
45 uint64_t dp_hdcp_store_key(uint64_t x1, in dp_hdcp_store_key()
46 uint64_t x2, in dp_hdcp_store_key()
47 uint64_t x3, in dp_hdcp_store_key()
48 uint64_t x4, in dp_hdcp_store_key()
49 uint64_t x5, in dp_hdcp_store_key()
50 uint64_t x6) in dp_hdcp_store_key()
[all …]
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.h70 uint64_t start_still_time_nanos;
71 uint64_t end_still_time_nanos;
72 uint64_t stillness_duration_nanos;
94 uint64_t min_still_duration_nanos;
95 uint64_t max_still_duration_nanos;
96 uint64_t calibration_time_nanos;
97 uint64_t window_time_duration_nanos;
144 uint64_t min_still_duration_nanos;
145 uint64_t max_still_duration_nanos;
148 uint64_t window_time_duration_nanos;
[all …]
/device/linaro/hikey/gralloc960/
Dmali_gralloc_formats.h30 typedef uint64_t mali_gralloc_internal_format;
124 …((uint64_t)(MALI_GRALLOC_INTFMT_AFBC_BASIC | MALI_GRALLOC_INTFMT_AFBC_SPLITBLK | MALI_GRALLOC_INTF…
163 static inline uint64_t mali_gralloc_format_unwrap(int x) in mali_gralloc_format_unwrap()
165uint64_t internal_format = (uint64_t)(((((uint64_t)(x)) & 0xff000000) << 24) | // Regular modifier… in mali_gralloc_format_unwrap()
166 … ((((uint64_t)(x)) & 0x00ff0000) << 16) | // Mutually exclusive modifier bits in mali_gralloc_format_unwrap()
167 (((uint64_t)(x)) & 0x0000ffff)); // Private format in mali_gralloc_format_unwrap()
169 uint64_t base_format = internal_format & MALI_GRALLOC_INTFMT_FMT_MASK; in mali_gralloc_format_unwrap()
170 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap()
203 #define MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT ((uint64_t)(1 << 0))
204 #define MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_BASIC ((uint64_t)(1 << 1))
[all …]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DcpuMath.h6 uint32_t cpuMathUint44Div1000ToUint32_slow_path(uint64_t val);
8 static inline uint32_t cpuMathUint44Div1000ToUint32(uint64_t val) in cpuMathUint44Div1000ToUint32()
16 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy /* 16 bits max*/);
23 const uint64_t _num = u64; \
37 (((uint64_t)t1) << 32) + (((uint64_t)t3) << 16) + t5; \
44 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip);
45 uint64_t cpuMathRecipAssistedUdiv64by32(uint64_t num, uint32_t denom, uint64_t denomRecip);
50 char neg = ((uint32_t)((val) >> 32) ^ (uint32_t)(((uint64_t)(constantVal)) >> 32)) >> 31; \
51 uint64_t valP = (val < 0) ? -val : val; \
52 const uint64_t conP = (constantVal < 0) ? -constantVal : constantVal; \
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/
Dnvg.c46 uint64_t val = 0ULL; in nvg_update_cstate_info()
52 val |= ((uint64_t)cluster & CLUSTER_CSTATE_MASK) | in nvg_update_cstate_info()
58 val |= (((uint64_t)ccplex & CCPLEX_CSTATE_MASK) << CCPLEX_CSTATE_SHIFT) | in nvg_update_cstate_info()
64 val |= (((uint64_t)system & SYSTEM_CSTATE_MASK) << SYSTEM_CSTATE_SHIFT) | in nvg_update_cstate_info()
65 (((uint64_t)sys_state_force << SYSTEM_CSTATE_FORCE_UPDATE_SHIFT) | in nvg_update_cstate_info()
76 val |= ((uint64_t)wake_mask << CSTATE_WAKE_MASK_SHIFT); in nvg_update_cstate_info()
102 (uint64_t)type), (uint64_t)time); in nvg_update_crossover_time()
108 uint64_t nvg_read_cstate_stats(uint32_t ari_base, uint32_t state) in nvg_read_cstate_stats()
110 uint64_t ret; in nvg_read_cstate_stats()
125 (uint64_t)state)); in nvg_read_cstate_stats()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/custom/
Doem_svc.c35 uint64_t oem_smc_handler(uint32_t smc_fid, in oem_smc_handler()
36 uint64_t x1, in oem_smc_handler()
37 uint64_t x2, in oem_smc_handler()
38 uint64_t x3, in oem_smc_handler()
39 uint64_t x4, in oem_smc_handler()
42 uint64_t flags) in oem_smc_handler()
44 uint64_t rc; in oem_smc_handler()
59 uint64_t oem_svc_smc_handler(uint32_t smc_fid, in oem_svc_smc_handler()
60 uint64_t x1, in oem_svc_smc_handler()
61 uint64_t x2, in oem_svc_smc_handler()
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_kgsl.h343 uint64_t gpuaddr;
344 uint64_t size;
348 uint64_t gpuaddr;
349 uint64_t size;
360 uint64_t local;
361 uint64_t pvt;
442 uint64_t wall_clock_s;
443 uint64_t wall_clock_ns;
444 uint64_t gpu_ticks_queued;
445 uint64_t gpu_ticks_submitted;
[all …]
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_kgsl.h343 uint64_t gpuaddr;
344 uint64_t size;
348 uint64_t gpuaddr;
349 uint64_t size;
360 uint64_t local;
361 uint64_t pvt;
442 uint64_t wall_clock_s;
443 uint64_t wall_clock_ns;
444 uint64_t gpu_ticks_queued;
445 uint64_t gpu_ticks_submitted;
[all …]
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_kgsl.h216 uint64_t gpuaddr;
217 uint64_t size;
220 uint64_t gpuaddr;
221 uint64_t size;
230 uint64_t local;
231 uint64_t pvt;
288 uint64_t wall_clock_s;
289 uint64_t wall_clock_ns;
290 uint64_t gpu_ticks_queued;
291 uint64_t gpu_ticks_submitted;
[all …]
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_kgsl.h216 uint64_t gpuaddr;
217 uint64_t size;
220 uint64_t gpuaddr;
221 uint64_t size;
230 uint64_t local;
231 uint64_t pvt;
288 uint64_t wall_clock_s;
289 uint64_t wall_clock_ns;
290 uint64_t gpu_ticks_queued;
291 uint64_t gpu_ticks_submitted;
[all …]
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp135 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)local_pAllocator; in vkCreateInstance()
141 uint64_t cgen_var_1; in vkCreateInstance()
143 countingStream->write((uint64_t*)&cgen_var_1, 8); in vkCreateInstance()
152 uint64_t cgen_var_2 = (uint64_t)(uintptr_t)local_pAllocator; in vkCreateInstance()
159 uint64_t cgen_var_3; in vkCreateInstance()
161 stream->write((uint64_t*)&cgen_var_3, 8); in vkCreateInstance()
165 uint64_t cgen_var_4; in vkCreateInstance()
166 stream->read((uint64_t*)&cgen_var_4, 8); in vkCreateInstance()
207 uint64_t cgen_var_5; in vkDestroyInstance()
209 countingStream->write((uint64_t*)&cgen_var_5, 1 * 8); in vkDestroyInstance()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
Drockchip_sip_svc.c21 uint64_t rockchip_plat_sip_handler(uint32_t smc_fid, in rockchip_plat_sip_handler()
22 uint64_t x1, in rockchip_plat_sip_handler()
23 uint64_t x2, in rockchip_plat_sip_handler()
24 uint64_t x3, in rockchip_plat_sip_handler()
25 uint64_t x4, in rockchip_plat_sip_handler()
28 uint64_t flags) in rockchip_plat_sip_handler()
37 uint64_t sip_smc_handler(uint32_t smc_fid, in sip_smc_handler()
38 uint64_t x1, in sip_smc_handler()
39 uint64_t x2, in sip_smc_handler()
40 uint64_t x3, in sip_smc_handler()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c37 uint64_t fiq_handler_pc;
38 uint64_t fiq_handler_cpsr;
39 uint64_t fiq_handler_sp;
40 uint64_t fiq_pc;
41 uint64_t fiq_cpsr;
42 uint64_t fiq_sp_el1;
48 uint64_t r0;
49 uint64_t r1;
50 uint64_t r2;
51 uint64_t r3;
[all …]
/device/google/contexthub/util/nanotool/
Dapptohostevent.h27 uint64_t appId;
56 constexpr uint64_t MakeAppId(uint64_t vendorId, uint32_t appId) { in MakeAppId()
60 constexpr uint64_t kAppIdVendorGoogle = 0x476f6f676cULL; // "Googl"
61 constexpr uint64_t kAppIdVendorSTMicro = 0x53544d6963ULL; // "STMic"
62 constexpr uint64_t kAppIdVendorInvn = 0x496E76656EULL; // "Inven"
64 constexpr uint64_t kAppIdBoschBmi160Bmm150 = MakeAppId(kAppIdVendorGoogle, 2);
65 constexpr uint64_t kAppIdBoschBmp280 = MakeAppId(kAppIdVendorGoogle, 5);
66 constexpr uint64_t kAppIdAmsTmd2772 = MakeAppId(kAppIdVendorGoogle, 9);
67 constexpr uint64_t kAppIdRohmRpr0521 = MakeAppId(kAppIdVendorGoogle, 10);
68 constexpr uint64_t kAppIdAmsTmd4903 = MakeAppId(kAppIdVendorGoogle, 12);
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/
DSubAllocator.cpp31 uint64_t _totalSize, in Impl()
32 uint64_t _pageSize) : in Impl()
50 uint64_t addr = (uintptr_t)ptr; in rangeCheck()
65 uint64_t getOffset(void* checkedPtr) { in getOffset()
66 uint64_t addr = (uintptr_t)checkedPtr; in getOffset()
85 uint64_t wantedSize64 = in alloc()
86 (uint64_t)wantedSize; in alloc()
92 uint64_t offset = in alloc()
104 uint64_t totalSize;
105 uint64_t pageSize;
[all …]

12345678910>>...23