Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/include/uapi/asm/
Dkvm.h61 __u64 target_phys_addr; member
/linux-5.19.10/arch/x86/include/uapi/asm/
Dkvm.h61 __u64 target_phys_addr; member
/linux-5.19.10/include/uapi/linux/
Dcec-funcs.h1717 __u16 target_phys_addr, in cec_msg_cdc_hec_report_state() argument
1730 msg->msg[5] = target_phys_addr >> 8; in cec_msg_cdc_hec_report_state()
1731 msg->msg[6] = target_phys_addr & 0xff; in cec_msg_cdc_hec_report_state()
1744 __u16 *target_phys_addr, in cec_ops_cdc_hec_report_state() argument
1753 *target_phys_addr = (msg->msg[5] << 8) | msg->msg[6]; in cec_ops_cdc_hec_report_state()