Home
last modified time | relevance | path

Searched full:attribute (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/riscv/
H A Dsbi-sse.c235 sbiret_report_error(&ret, SBI_ERR_DENIED, "RO attribute %s not writable", in sse_test_attrs()
246 sbiret_report_error(&ret, SBI_SUCCESS, "Read single attribute %s", attr_name); in sse_test_attrs()
248 …report_fail("Attribute 0x%x single value read (0x%lx) differs from the one read with multiple attr… in sse_test_attrs()
260 report(value == 0, "Attribute %s reset value is 0, found %lx", attr_name, value); in sse_test_attrs()
300 "Set attribute %s invalid state error", attr_name); in sse_test_attrs()
304 "attribute attr_count == 0"); in sse_test_attrs()
306 "invalid attribute"); in sse_test_attrs()
312 "attribute with invalid address"); in sse_test_attrs()
606 if (!sbiret_report_error(&ret, SBI_SUCCESS, "Set event attribute as ONESHOT")) in sse_test_inject_simple()
/kvm-unit-tests/powerpc/
H A Dtm.c31 * offset 22 and 23 of the attribute type 0, so when adding the in cpu_has_tm()
/kvm-unit-tests/lib/linux/
H A Defi.h114 /* Attribute values: */
142 u64 attribute; member
/kvm-unit-tests/scripts/
H A Dkernel-doc269 my $attribute = qr{__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)}i;
1118 …my $qualifiers = qr{$attribute|__packed|__aligned|____cacheline_aligned_in_smp|____cacheline_align…
1144 $members =~ s/\s*$attribute/ /gi;
1635 $prm_clean =~ s/$attribute//i;
1717 [\w\s]++ # attribute name
1718 (?:\([^)]*+\))? # attribute arguments
H A Dcheckpatch.pl498 # Notes to $Attribute:
500 our $Attribute = qr{
1032 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
3177 … "Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . $herecurr);
4012 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ &&
4114 # remove $Attribute/$Sparse uses to simplify comparisons
4115 $sl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4116 $pl =~ s/\b(?:$Attribute|$Sparse)\b//g;
4523 if ($type =~ /^(?:(?:$Storage|$Inline|$Attribute)\s+)*((?:un)?signed)((?:\s*\*)*)\s*$/) {
4553 # TEST: allow direct testing of the attribute matcher.
[all …]