Home
last modified time | relevance | path

Searched refs:fox (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0016-Platform-corstone1000-Fix-isolation-L2-memory-protection.patch2 From: Jamie Fox <jamie.fox@arm.com>
14 Signed-off-by: Jamie Fox <jamie.fox@arm.com>
/openbmc/qemu/linux-user/
H A Dsyscall.c7020 struct f_owner_ex fox; in do_fcntl() local
7091 ret = get_errno(safe_fcntl(fd, host_cmd, &fox)); in do_fcntl()
7095 target_fox->type = tswap32(fox.type); in do_fcntl()
7096 target_fox->pid = tswap32(fox.pid); in do_fcntl()
7106 fox.type = tswap32(target_fox->type); in do_fcntl()
7107 fox.pid = tswap32(target_fox->pid); in do_fcntl()
7109 ret = get_errno(safe_fcntl(fd, host_cmd, &fox)); in do_fcntl()