Home
last modified time | relevance | path

Searched full:type (Results 1 – 25 of 66) sorted by relevance

123

/kvm-unit-tests/lib/s390x/
H A Dsnippet.h17 #define SNIPPET_NAME_START(type, file) \ argument
18 _binary_s390x_snippets_##type##_##file##_gbin_start
19 #define SNIPPET_NAME_END(type, file) \ argument
20 _binary_s390x_snippets_##type##_##file##_gbin_end
21 #define SNIPPET_HDR_START(type, file) \ argument
22 _binary_s390x_snippets_##type##_##file##_hdr_start
23 #define SNIPPET_HDR_END(type, file) \ argument
24 _binary_s390x_snippets_##type##_##file##_hdr_end
28 #define SNIPPET_LEN(type, file) \ argument
29 ((uintptr_t)SNIPPET_NAME_END(type, file) - (uintptr_t)SNIPPET_NAME_START(type, file))
[all …]
H A Dfault.c22 printf("Type: ?\n"); /* modern/relevant machines have ESOP */ in print_decode_pgm_prot()
27 printf("Type: ACC\n"); in print_decode_pgm_prot()
29 printf("Type: DAT\n"); in print_decode_pgm_prot()
31 printf("Type: KEY or LAP\n"); in print_decode_pgm_prot()
46 printf("Type: %s\n", prot_str[prot_code]); in print_decode_pgm_prot()
H A Dsclp.h110 uint8_t type; member
267 u16 type; member
275 u16 type; member
290 u16 type; member
320 uint8_t type; member
343 uint8_t type; member
/kvm-unit-tests/lib/x86/
H A Datomic.h16 * @v: pointer of type atomic_t
27 * @v: pointer of type atomic_t
39 * @v: pointer of type atomic_t
51 * @v: pointer of type atomic_t
69 * @ptr: pointer to type atomic64_t
99 * @v: pointer of type atomic_t
110 * @v: pointer of type atomic_t
122 * @v: pointer of type atomic_t
135 * @v: pointer of type atomic_t
154 * @v: pointer of type atomic64_t
H A Ddesc.c69 u16 sel, u16 type, u16 dpl) in set_desc_entry() argument
75 e->type = type; in set_desc_entry()
359 void set_gdt_entry(int sel, unsigned long base, u32 limit, u8 type, u8 flags) in set_gdt_entry() argument
363 /* Setup the descriptor limits, type and flags */ in set_gdt_entry()
365 entry->type_limit_flags = ((limit & 0xF0000) >> 8) | ((flags & 0xF0) << 8) | type; in set_gdt_entry()
397 e->type = 5; in set_idt_task_gate()
H A Ddesc.h186 unsigned short type : 4; member
202 uint16_t type_limit_flags; /* Type and limit flags */
204 uint16_t type:4; member
246 u16 sel, u16 type, u16 dpl);
/kvm-unit-tests/s390x/
H A Dex.c16 * Accesses to the operand of execute-type instructions are instruction fetches.
55 * execute-type instruction, not relative to the execute-type instruction.
106 * If it is the target of an execute-type instruction, the address is relative
129 * If it is the target of an execute-type instruction, the address is relative
157 * If it is the target of an execute-type instruction, the address is relative
H A Dtopology.c271 report_prefix_pushf("%d:%d:%d:%d", cpu->d, cpu->pp, cpu->type, cpu->origin); in check_cpu()
276 report(cpu->type == CPU_TYPE_IFL, "type IFL"); in check_cpu()
304 if (prev_cpu->type > child[i].type) { in check_child_cpus()
305 report_info("Incorrect ordering wrt type for child %d", i); in check_child_cpus()
308 if (prev_cpu->type < child[i].type) in check_child_cpus()
/kvm-unit-tests/lib/
H A Delf.h31 Elf64_Xword r_info; /* index and type of relocation */
36 Elf32_Xword r_info; /* index and type of relocation */
42 Elf64_Xword r_info; /* index and type of relocation */
H A Dpci-host-generic.c146 as->type = of_flags_to_pci_type(fdt32_to_cpu(data[0])); in pci_dt_probe()
174 int type, i; in pci_alloc_resource() local
183 type = pci_bar_type(bar); in pci_alloc_resource()
184 if (type & PCI_BASE_ADDRESS_MEM_TYPE_MASK) in pci_alloc_resource()
185 type &= ~PCI_BASE_ADDRESS_MEM_PREFETCH; in pci_alloc_resource()
188 if (as->type == type) in pci_alloc_resource()
H A Dlibcflat.h127 #define container_of(ptr, type, member) ({ \ argument
128 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
129 (type *)( (char *)__mptr - offsetof(type,member) );})
H A Dpci-host-generic.h17 int type; member
/kvm-unit-tests/scripts/
H A Dkernel-doc62 # match expressions used to find embedded type information
103 [$type_member_func, "\\:c\\:type\\:`\$1\$2\$3\\\\(\\\\) <\$1>`"],
104 [$type_member, "\\:c\\:type\\:`\$1\$2\$3 <\$1>`"],
108 [$type_enum, "\\:c\\:type\\:`\$1 <\$2>`"],
109 [$type_struct, "\\:c\\:type\\:`\$1 <\$2>`"],
110 [$type_typedef, "\\:c\\:type\\:`\$1 <\$2>`"],
111 [$type_union, "\\:c\\:type\\:`\$1 <\$2>`"],
112 # in rst this can refer to any type
113 [$type_fallback, "\\:c\\:type\\:`\$1`"],
178 my ($type, $declaration_name, $return_type);
[all …]
H A Dcheckpatch.pl114 --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
127 'values', 'possible', 'type', and 'attr' (default
176 # Also catch when type or level is passed through a variable
189 print("#\tMessage type\n\n");
202 foreach my $type (sort keys %types) {
203 my $orig_type = $type;
205 my $level = $types{$type};
207 $type = RED . $type . RESET;
[all …]
H A Dget_maintainer.pl319 ## Read MAINTAINERS for type/value pairs
337 my $type = $1;
341 if ($type eq "F" || $type eq "X") {
349 } elsif ($type eq "K") {
352 push(@typevalue, "$type:$value");
672 my $type = $1;
674 if ($type eq "S") {
677 } elsif ($type eq "F" || $type eq "N") {
679 } elsif ($type eq "M" || $type eq "R" || $type eq "L") {
697 my $type = $1;
[all …]
/kvm-unit-tests/x86/
H A Dvmx.h141 type:4, member
742 * Bits 10-12: Type
803 static inline bool is_ept_memtype_supported(int type) in is_ept_memtype_supported() argument
805 if (type == EPT_MEM_TYPE_UC) in is_ept_memtype_supported()
808 if (type == EPT_MEM_TYPE_WB) in is_ept_memtype_supported()
814 static inline bool is_invept_type_supported(u64 type) in is_invept_type_supported() argument
816 if (type < INVEPT_SINGLE || type > INVEPT_GLOBAL) in is_invept_type_supported()
819 return ept_vpid.val & (EPT_CAP_INVEPT_SINGLE << (type - INVEPT_SINGLE)); in is_invept_type_supported()
833 static inline bool is_invvpid_type_supported(unsigned long type) in is_invvpid_type_supported() argument
835 if (type < INVVPID_ADDR || type > INVVPID_CONTEXT_LOCAL) in is_invvpid_type_supported()
[all …]
H A Dpcid.c57 /* try executing invpcid when CR4.PCIDE=0, desc.pcid=0 and type=0..3 in test_invpcid_enabled()
65 /* try executing invpcid when CR4.PCIDE=0, desc.pcid=1 and type=0..1 in test_invpcid_enabled()
H A Dtaskswitch.c24 gdt[TSS_MAIN / 8].type &= ~DESC_BUSY; in fault_handler()
/kvm-unit-tests/lib/arm/
H A Dldivmod.S9 .type __aeabi_uldivmod, %function
22 .type __aeabi_ldivmod, %function
/kvm-unit-tests/lib/linux/
H A Dconst.h8 * 'UL' and other type specifiers unilaterally. We
11 * Similarly, _AT() will cast an expression with a type in C, but
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml41 type: text/plain
H A Dcirrus-ci-macos-x86-64.yml45 type: text/plain
H A Dcirrus-ci-fedora.yml78 type: text/plain
/kvm-unit-tests/lib/arm64/
H A Dgic-v3-its.c28 int its_baser_lookup(int type, struct its_baser *baser) in its_baser_lookup() argument
36 if (GITS_BASER_TYPE(val) == type) { in its_baser_lookup()
/kvm-unit-tests/
H A DMAINTAINERS21 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.

123