Searched full:link (Results 1 – 12 of 12) sorted by relevance
/kvm-unit-tests/x86/efi/ |
H A D | README.md | 47 1. build an ELF shared object and link it using linker script 49 2. link the shared object with self-relocator `reloc_x86_64.c` that applies 51 3. link the entry point code `crt0-efi-x86_64.S` that invokes self-relocator 58 kvm-unit-tests follows a similar build process, but does not link with GNU-EFI
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 19 * The HyperTransport I/O Link Specification 508 #define PCI_EXP_LNKCAP 12 /* Link Capabilities */ 509 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ 512 #define PCI_EXP_LNKCAP_MLW 0x000003f0 /* Maximum Link Width */ 518 #define PCI_EXP_LNKCAP_DLLLARC 0x00100000 /* Data Link Layer Link Active Reporting Capable */ 519 #define PCI_EXP_LNKCAP_LBNC 0x00200000 /* Link Bandwidth Notification Capability */ 521 #define PCI_EXP_LNKCTL 16 /* Link Control */ 526 #define PCI_EXP_LNKCTL_LD 0x0010 /* Link Disable */ 527 #define PCI_EXP_LNKCTL_RL 0x0020 /* Retrain Link */ 532 #define PCI_EXP_LNKCTL_LBMIE 0x0400 /* Link Bandwidth Management Interrupt Enable */ [all …]
|
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | ptrace.h | 16 unsigned long link; member
|
/kvm-unit-tests/powerpc/ |
H A D | interrupts.c | 31 regs->nip = regs->link; in mce_handler() 40 regs->nip = regs->link; in fault_handler() 125 regs->nip = regs->link; in iside_handler()
|
H A D | cstart64.S | 33 * allowed to link there due to how QEMU deals with linker VMAs,
|
/kvm-unit-tests/lib/ppc64/ |
H A D | asm-offsets.c | 51 DEFINE(_LINK, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, link)); in main()
|
/kvm-unit-tests/ |
H A D | configure | 444 # Are we in a separate build tree? If so, link the Makefile 467 # link lib/asm for the architecture
|
/kvm-unit-tests/lib/x86/ |
H A D | desc.c | 448 printf("TR=%x (%s) Main TSS back link %x. Intr TSS back link %x\n", in print_current_tss_info()
|
/kvm-unit-tests/arm/ |
H A D | cstart64.S | 364 * Save a frame pointer using the link to allow unwinding of
|
/kvm-unit-tests/scripts/ |
H A D | get_maintainer.pl | 714 ## Link reachability 732 print("$x->{file}:$x->{linenr}: warning: possible bad link\t$x->{line}\n"); 766 print("$x->{file}:$x->{linenr}: warning: possible bad link\t$x->{line}\n");
|
H A D | checkpatch.pl | 633 our @link_tags = qw(Link Closes); 3295 # A Fixes:, link or signature tag line 3316 "Unknown link reference '$1', use $link_tags_print instead\n" . $herecurr); 3320 # Check for misuse of the link tags 3327 "'$tag' should be followed by a public http(s) link\n" . $herecurr); 3351 $line !~ /^\s*(?:Link|Patchwork|http|https|BugLink|base-commit):/i && 6827 # Check for __attribute__ weak, or __weak declarations (may have link issues) 6833 "Using weak declarations can have unintended link defects\n" . $herecurr);
|
/kvm-unit-tests/x86/ |
H A D | vmx_tests.c | 10116 * When VMCS link pointer is -1ull, VMWRITE/VMREAD on in vmcs_shadow_test_field() 10299 report_prefix_push("valid link pointer"); in vmx_vmcs_shadow_test() 10304 report_prefix_push("invalid link pointer"); in vmx_vmcs_shadow_test()
|