Home
last modified time | relevance | path

Searched full:allow (Results 1 – 22 of 22) sorted by relevance

/kvm-unit-tests/s390x/snippets/lib/
H A Dsnippet-exit.h18 mb(); /* allow host to modify guest memory */ in force_exit()
25 mb(); /* allow host to modify guest memory */ in force_exit_value()
/kvm-unit-tests/lib/arm/asm/
H A Dgic-v3-its.h17 /* dummy its_data struct to allow gic_get_dt_bases() call */
H A Dthread_info.h59 char ext[0]; /* allow unit tests to add extended info */
/kvm-unit-tests/arm/
H A Dcstart64.S328 * Declare as weak to allow external tests to redefine and override a
364 * Save a frame pointer using the link to allow unwinding of
440 * Declare as weak to allow external tests to redefine and override the
H A Dpsci.c203 /* Allow all the other CPUs to complete the operation */ in psci_cpu_off_test()
H A Dpmu.c499 * clear cycle and all event counters and allow counter enablement in test_basic_event_count()
/kvm-unit-tests/riscv/
H A Drun17 # Allow user overrides of some config.mak variables
/kvm-unit-tests/s390x/
H A DMakefile209 # allow dumping + PCKMO
212 # allow PCKMO
/kvm-unit-tests/x86/
H A Dunittests.cfg18 # Hide x2APIC to allow testing AVIC on non-x2AVIC systems
70 # To allow IPIs to be accelerated by SVM AVIC when the feature is available and
H A Dapic.c714 /* Allow broadcast unless there are more than 2 vCPUs. */ in test_logical_ipi_multi_target()
H A Demulator.c585 /* kvm doesn't allow lidt/lgdt from mmio, so the test is disabled */
/kvm-unit-tests/lib/s390x/
H A Dsie.c76 * for example to allow tests to run in whatever space they want in sie()
/kvm-unit-tests/
H A DREADME202 - While the kernel standard requires 80 columns, we allow up to 120.
H A DREADME.md202 - While the kernel standard requires 80 columns, we allow up to 120.
H A Dconfigure114 Allow PV guests to be dumped. Requires at least z16.
/kvm-unit-tests/lib/riscv/
H A Dsetup.c101 * TODO: Allow the VA range to shrink and move. in mem_allocator_init()
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h271 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */
272 #define PCI_AGP_COMMAND_64BIT 0x0020 /* Allow processing of 64-bit addresses */
622 #define PCI_EXP_DEVCTL2_IDO_REQ_EN 0x0100 /* Allow IDO for requests */
623 #define PCI_EXP_DEVCTL2_IDO_CMP_EN 0x0200 /* Allow IDO for completions */
/kvm-unit-tests/lib/x86/
H A Dintel-iommu.c94 /* We only allow set one bit for each time */ in vtd_gcmd_or()
H A Dprocessor.h922 * Enable interrupts for one instruction (nop), to allow the CPU to process all
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl3087 # Allow just an angle bracketed address
4542 # TEST: allow direct testing of the type matcher.
4553 # TEST: allow direct testing of the attribute matcher.
5561 # check that goto labels aren't indented (allow a single space indentation)
6150 my $allow = 0;
6161 $allowed[$allow] = 0;
6174 #print "cond<$cond> block<$block> allowed<$allowed[$allow]>\n";
6177 $allowed[$allow] = 1;
6181 $allowed[$allow] = 1;
6185 $allowed[$allow] = 1;
[all …]
H A Dget_maintainer.pl219 die "$P: using --self-test does not allow any other option or argument\n";
2457 # comment. We must allow for rfc822_lwsp (or comments) after each of these.
H A Dkernel-doc246 my $doc_start = '^/\*\*\s*$'; # Allow whitespace at end of comment start.