Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
Dmem_protect.c400 u64 completer_addr; member
474 static int host_request_owned_transition(u64 *completer_addr, in host_request_owned_transition() argument
480 *completer_addr = tx->initiator.host.completer_addr; in host_request_owned_transition()
484 static int host_request_unshare(u64 *completer_addr, in host_request_unshare() argument
490 *completer_addr = tx->initiator.host.completer_addr; in host_request_unshare()
494 static int host_initiate_share(u64 *completer_addr, in host_initiate_share() argument
500 *completer_addr = tx->initiator.host.completer_addr; in host_initiate_share()
504 static int host_initiate_unshare(u64 *completer_addr, in host_initiate_unshare() argument
510 *completer_addr = tx->initiator.host.completer_addr; in host_initiate_unshare()
586 u64 completer_addr; in check_share() local
[all …]