]> Git Repo - qemu.git/commit - linux-user/syscall.c
linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
authorRichard Henderson <[email protected]>
Fri, 12 Feb 2021 18:48:51 +0000 (10:48 -0800)
committerPeter Maydell <[email protected]>
Tue, 16 Feb 2021 13:06:16 +0000 (13:06 +0000)
commit0e0c030c681730f3ec55ba3b223b608a8f3e8282
treeb787487c814a2833973d96d3ef135cd784d5f46a
parent31c048342db09e70ab887aba9c7e0818c18d0fb1
linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE

This is the prctl bit that controls whether syscalls accept tagged
addresses.  See Documentation/arm64/tagged-address-abi.rst in the
linux kernel.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20210212184902.1251044[email protected]
Signed-off-by: Peter Maydell <[email protected]>
linux-user/aarch64/target_syscall.h
linux-user/syscall.c
target/arm/cpu-param.h
target/arm/cpu.h
This page took 0.025205 seconds and 4 git commands to generate.