Searched full:message (Results 1 – 14 of 14) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | hyperv.h | 85 /* Define synthetic interrupt controller message constants. */ 90 /* Define hypervisor message types. */ 118 /* Define synthetic interrupt controller message flags. */ 142 /* Define synthetic interrupt controller message header. */ 154 /* Define timer message payload structure. */ 159 uint64_t delivery_time; /* When the message was delivered */ 162 /* Define synthetic interrupt controller message format. */ 170 /* Define the synthetic interrupt message page layout. */
|
H A D | hyperv_connections.c | 294 report(ncpus_ok == ncpus, "send message to self: %d/%d", ncpus_ok, in main() 300 report(ncpus_ok == ncpus, "send message to another cpu: %d/%d", in main() 304 report(ncpus_ok == ncpus, "send message to busy slot: %d/%d", in main() 308 report(ncpus_ok == ncpus, "receive pending message: %d/%d", ncpus_ok, in main()
|
H A D | hyperv_stimer.c | 118 /* Now process timer expiration message */ in process_stimer_msg() 128 report(false, "VMBus message in direct mode received"); in process_stimer_msg() 425 printf("Starting Hyper-V SynIC timers tests: message mode\n"); in stimer_test_all()
|
/kvm-unit-tests/s390x/ |
H A D | emulator.c | 196 /* COMPUTE MESSAGE AUTHENTICATION CODE */ 202 /* CIPHER MESSAGE */ 207 /* CIPHER MESSAGE WITH CHAINING */ 213 /* COMPUTE INTERMEDIATE MESSAGE DIGEST */ 219 /* COMPUTE LAST MESSAGE DIGEST */ 231 /* CIPHER MESSAGE WITH CIPHER FEEDBACK */ 249 /* CIPHER MESSAGE WITH COUNTER */
|
H A D | smp.c | 27 char message[100]; member 72 report(cc == 3, "%s", c->message); in test_invalid() 78 report(cc == 1, "%s", c->message); in test_invalid()
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | cpacf.h | 40 * Function codes for the KM (CIPHER MESSAGE) instruction 58 * Function codes for the KMC (CIPHER MESSAGE WITH CHAINING) 74 * Function codes for the KMCTR (CIPHER MESSAGE WITH COUNTER) 89 * Function codes for the KIMD (COMPUTE INTERMEDIATE MESSAGE DIGEST) 99 * Function codes for the KLMD (COMPUTE LAST MESSAGE DIGEST) 108 * function codes for the KMAC (COMPUTE MESSAGE AUTHENTICATION CODE) 270 * cpacf_km() - executes the KM (CIPHER MESSAGE) instruction 300 * cpacf_kmc() - executes the KMC (CIPHER MESSAGE WITH CHAINING) instruction 330 * cpacf_kimd() - executes the KIMD (COMPUTE INTERMEDIATE MESSAGE DIGEST) 354 * cpacf_klmd() - executes the KLMD (COMPUTE LAST MESSAGE DIGEST) instruction [all …]
|
H A D | arch_def.h | 371 static inline void disabled_wait(uint64_t message) in disabled_wait() argument 375 .addr = message, in disabled_wait()
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 204 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ 294 /* Message Signalled Interrupts registers */ 296 #define PCI_MSI_FLAGS 2 /* Message Control */ 299 #define PCI_MSI_FLAGS_QSIZE 0x0070 /* Message queue size configured */ 313 #define PCI_MSIX_FLAGS 2 /* Message Control */ 470 #define PCI_EXP_FLAGS_IRQ 0x3e00 /* Interrupt message number */ 617 #define PCI_EXP_DEVCAP2_OBFF_MSG 0x00040000 /* New message signaling */ 625 #define PCI_EXP_DEVCTL2_OBFF_MSGA_EN 0x2000 /* Enable OBFF Message type A */ 626 #define PCI_EXP_DEVCTL2_OBFF_MSGB_EN 0x4000 /* Enable OBFF Message type B */ 870 #define PCI_SRIOV_CAP_INTR(x) ((x) >> 21) /* Interrupt Message Number */
|
/kvm-unit-tests/lib/x86/ |
H A D | intel-iommu.c | 296 * vtd_setup_msi - setup MSI message for a device
|
H A D | msr.h | 228 /* C1E active bits in int pending message */
|
/kvm-unit-tests/scripts/ |
H A D | arch-run.bash | 241 # "Now migrate VM" or similar console message.
|
H A D | checkpatch.pl | 113 --list-types list the possible message types 114 --types TYPE(,TYPE2...) show only these comma separated message types 115 --ignore TYPE(,TYPE2...) ignore various comma separated message types 116 --show-types show the specific message type in the output 216 my $message = $verbose_messages{$orig_type}; 217 $message =~ s/\n/\n\t/g; 218 print("\t" . $message . "\n\n"); 424 print "\nNOTE: $prefix message types:"; 2952 "Avoid using diff content in the commit message - patch(1) might not work\n" . $herecurr); 3024 # emit the "does MAINTAINERS need updating?" message on file add/move/delete [all …]
|
H A D | kernel-doc | 121 -message => "No arguments!\n", 367 -message => "Argument unknown!\n", 376 -message => "FILE argument missing\n",
|
H A D | get_maintainer.pl | 550 # like the commit message, mail headers, etc...
|