Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_kvp.c174 case KVP_OP_REGISTER1: in kvp_handle_handshake()
175 dm_reg_value = KVP_OP_REGISTER1; in kvp_handle_handshake()
180 KVP_OP_REGISTER1, msg->kvp_hdr.operation); in kvp_handle_handshake()
239 case KVP_OP_REGISTER1: in kvp_on_msg()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhyperv.h283 #define KVP_OP_REGISTER1 100 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhyperv.h283 #define KVP_OP_REGISTER1 100 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhyperv.h283 #define KVP_OP_REGISTER1 100 macro
/OK3568_Linux_fs/kernel/tools/hv/
H A Dhv_kvp_daemon.c1433 hv_msg->kvp_hdr.operation = KVP_OP_REGISTER1; in main()
1475 if ((in_hand_shake) && (op == KVP_OP_REGISTER1)) { in main()