Home
last modified time | relevance | path

Searched defs:access_addr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dldst_helper.c718 hwaddr access_addr = (hwaddr)addr | ((hwaddr)(asi & 0xf) << 32); in helper_ld_asi() local
891 hwaddr access_addr = (env->mxccregs[0] & 0xffffffffULL) + 8 * i; in helper_st_asi() local
919 hwaddr access_addr = (env->mxccregs[1] & 0xffffffffULL) + 8 * i; in helper_st_asi() local
1079 hwaddr access_addr = (hwaddr)addr | ((hwaddr)(asi & 0xf) << 32); in helper_st_asi() local
/openbmc/linux/mm/kasan/
H A Dreport.c281 unsigned long access_addr = (unsigned long)addr; in describe_object_addr() local
H A Dkasan.h201 const void *access_addr; member
/openbmc/qemu/system/
H A Dmemory.c606 hwaddr access_addr[2]; in access_with_adjusted_size_unaligned() local