Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dmem_protect.c560 u64 completer_addr; member
563 u64 completer_addr; member
638 static int host_request_owned_transition(u64 *completer_addr, in host_request_owned_transition() argument
644 *completer_addr = tx->initiator.host.completer_addr; in host_request_owned_transition()
648 static int host_request_unshare(u64 *completer_addr, in host_request_unshare() argument
654 *completer_addr = tx->initiator.host.completer_addr; in host_request_unshare()
658 static int host_initiate_share(u64 *completer_addr, in host_initiate_share() argument
664 *completer_addr = tx->initiator.host.completer_addr; in host_initiate_share()
668 static int host_initiate_unshare(u64 *completer_addr, in host_initiate_unshare() argument
674 *completer_addr = tx->initiator.host.completer_addr; in host_initiate_unshare()
[all …]