Lines Matching refs:function
399 .function = 0x1,
414 .function = 0x6,
419 .function = 0x7,
435 .function = 0x7,
442 .function = 0xD,
448 .function = 0xD,
455 .function = 0x80000001,
468 .function = 0x80000007,
528 static struct kvm_cpuid_entry2 *find_in_supported_entry(uint32_t function, in find_in_supported_entry() argument
533 e = cpuid_find_entry(tdx_supported_cpuid, function, index); in find_in_supported_entry()
541 e->function = function; in find_in_supported_entry()
556 e1 = find_in_supported_entry(e->function, e->index); in tdx_add_supported_cpuid_by_fixed1_bits()
950 conf = cpuid_find_entry(&tdx_caps->cpuid, src->function, src->index); in tdx_filter_cpuid()
956 dest->function = src->function; in tdx_filter_cpuid()