Home
last modified time | relevance | path

Searched refs:msg_addr (Results 1 – 4 of 4) sorted by relevance

/external/vixl/examples/aarch64/
Dcrc-checksums.cc82 uintptr_t msg_addr = reinterpret_cast<uintptr_t>(msg); in RunExample() local
86 simulator.WriteXRegister(0, msg_addr); in RunExample()
/external/libdrm/tests/amdgpu/
Dcs_tests.c277 uint64_t msg_addr, fb_addr, bs_addr, dpb_addr, ctx_addr, dt_addr, it_addr; in amdgpu_cs_uvd_decode() local
356 msg_addr = va; in amdgpu_cs_uvd_decode()
357 fb_addr = msg_addr + 4*1024; in amdgpu_cs_uvd_decode()
377 uvd_cmd(msg_addr, 0x0, &i); in amdgpu_cs_uvd_decode()
Dvcn_tests.c354 uint64_t msg_addr, fb_addr, bs_addr, dpb_addr, ctx_addr, dt_addr, it_addr, sum; in amdgpu_cs_vcn_dec_decode() local
392 msg_addr = dec_buf.addr; in amdgpu_cs_vcn_dec_decode()
393 fb_addr = msg_addr + 4*1024; in amdgpu_cs_vcn_dec_decode()
401 vcn_dec_cmd(msg_addr, 0x0, &len); in amdgpu_cs_vcn_dec_decode()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc456 uintptr_t msg_addr = reinterpret_cast<uintptr_t>(msg); in TEST() local
459 simulator.WriteXRegister(0, msg_addr); in TEST()