/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_cpuid_x86.c | 185 unsigned int count = (input[1] == XEN_CPUID_INPUT_UNUSED) ? 0 : input[1]; in cpuid() 315 switch ( input[0] ) in amd_xc_cpuid_policy() 372 switch ( input[0] ) in intel_xc_cpuid_policy() 404 switch ( input[0] ) in xc_cpuid_hvm_policy() 619 domctl.u.cpuid.input[0] = input[0]; in xc_cpuid_do_domctl() 620 domctl.u.cpuid.input[1] = input[1]; in xc_cpuid_do_domctl() 737 input[0] = 0; in xc_cpuid_apply_policy() 760 input[0]++; in xc_cpuid_apply_policy() 761 if ( !(input[0] & 0x80000000u) && (input[0] > base_max ) ) in xc_cpuid_apply_policy() 765 if ( (input[0] == 4) || (input[0] == 7) ) in xc_cpuid_apply_policy() [all …]
|
/xen-4.10.0-shim-comet/tools/include/xen-foreign/ |
A D | mkheader.py | 113 input = ""; variable 120 input += f.read(); 142 for line in re.findall("#define[^\n]+", input): 158 input = re.sub("#define[^\n]+\n", "", input); variable 159 input = re.compile("/\*(.*?)\*/", re.S).sub("", input) variable 160 input = re.compile("\n\s*\n", re.S).sub("\n", input); variable 165 match = re.search(regex, input, re.S) 175 match = re.search(regex, input, re.S)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlzo.c | 71 static int INIT parse_header(u8 *input, int *skip, int in_len) in parse_header() argument 74 u8 *parse = input; in parse_header() 75 u8 *end = input + in_len; in parse_header() 124 *skip = parse - input; in parse_header() 128 STATIC int INIT unlzo(u8 *input, unsigned int in_len, in unlzo() argument 154 if (input && fill) { in unlzo() 157 } else if (input) { in unlzo() 158 in_buf = input; in unlzo() 177 if (!parse_header(input, &skip, in_len)) { in unlzo() 258 if (!input) in unlzo()
|
A D | unlz4.c | 25 STATIC int INIT unlz4(unsigned char *input, unsigned int in_len, in unlz4() argument 40 size_t out_len = get_unaligned_le32(input + in_len); in unlz4() 58 if (input && fill) { in unlz4() 61 } else if (input) { in unlz4() 62 inp = input; in unlz4() 160 if (!input) in unlz4()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | alternative.h | 105 #define alternative_input(oldinstr, newinstr, feature, input...) \ 107 : : input) 110 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ 112 : output : input) 123 feature2, output, input...) \ 126 : output : input) 139 input...) \ 143 : output : input)
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_cpuid.c | 72 if ((*list)[i].input[0] == leaf && (*list)[i].input[1] == subleaf) in cpuid_find_match() 77 (*list)[i].input[0] = leaf; in cpuid_find_match() 78 (*list)[i].input[1] = subleaf; in cpuid_find_match() 80 (*list)[i + 1].input[0] = XEN_CPUID_INPUT_UNUSED; in cpuid_find_match() 401 xc_cpuid_set(ctx->xch, domid, cpuid[i].input, in libxl_cpuid_set() 484 l[size].input[0] = XEN_CPUID_INPUT_UNUSED; in libxl__cpuid_policy_list_parse_json() 485 l[size].input[1] = XEN_CPUID_INPUT_UNUSED; in libxl__cpuid_policy_list_parse_json() 497 for (j = 0; j < ARRAY_SIZE(l[0].input); j++) { in libxl__cpuid_policy_list_parse_json() 550 (*dst)[len].input[0] = XEN_CPUID_INPUT_UNUSED; in libxl_cpuid_policy_list_copy() 551 (*dst)[len].input[1] = XEN_CPUID_INPUT_UNUSED; in libxl_cpuid_policy_list_copy() [all …]
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tpmrsa.c | 60 const unsigned char *input, in tpmrsa_public() argument 69 MPI_CHK( mpi_read_binary( &T, input, ctx->len ) ); in tpmrsa_public() 95 TPM_RESULT tpmrsa_sigcheck(tpmrsa_context *ctx, const unsigned char *input, const unsigned char *sh… in tpmrsa_sigcheck() argument 100 rv = tpmrsa_public(ctx, input, tmp); in tpmrsa_sigcheck() 155 const unsigned char *input, in tpmrsa_pub_encrypt_oaep() argument 185 input, ilen); in tpmrsa_pub_encrypt_oaep()
|
A D | tpmrsa.h | 54 TPM_RESULT tpmrsa_sigcheck(tpmrsa_context *ctx, const unsigned char *input, const unsigned char *sh… 61 const unsigned char *input,
|
/xen-4.10.0-shim-comet/tools/fuzz/libelf/ |
A D | afl-libelf-fuzzer.c | 9 static uint8_t input[INPUT_SIZE]; variable 31 size = fread(input, 1, INPUT_SIZE, fp); in main() 47 return LLVMFuzzerTestOneInput(input, size); in main()
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 9 static uint8_t input[INPUT_SIZE]; variable 94 size = fread(input, 1, INPUT_SIZE, fp); in main() 105 LLVMFuzzerTestOneInput(input, size); in main()
|
A D | fuzz-emul.c | 34 } input; variable 816 .regs = &input.regs, in LLVMFuzzerTestOneInput() 823 memset(&input, 0, sizeof(input)); in LLVMFuzzerTestOneInput() 837 memcpy(&input, data_p, size); in LLVMFuzzerTestOneInput() 839 state.corpus = &input; in LLVMFuzzerTestOneInput()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | blowfish.c | 20 uint64_t blowfish_test(uint64_t input); 432 uint64_t blowfish_test(uint64_t input) in blowfish_test() argument 434 uint32_t L = input >> 32, R = input; in blowfish_test()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/ |
A D | apei-internal.h | 41 u64 input) in apei_exec_ctx_set_input() argument 43 ctx->value = input; in apei_exec_ctx_set_input()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | kernel.c | 266 char *output, *input; in kernel_decompress() local 286 input = ioremap_cache(addr, size); in kernel_decompress() 287 if ( input == NULL ) in kernel_decompress() 290 output_size = output_length(input, size); in kernel_decompress() 295 iounmap(input); in kernel_decompress() 301 rc = perform_gunzip(output, input, size); in kernel_decompress() 303 iounmap(input); in kernel_decompress()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 11 def __init__(self, input, output): argument 13 self.source = input 14 self.input = open_file_or_fd(input, "r", 2) 46 for l in state.input.readlines():
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.lex.c_shipped | 161 /* Size of default input buffer. */ 220 char *yy_ch_buf; /* input buffer */ 279 /* Stack of input buffers. */ 940 static int input (void ); 1419 * in input(). 1730 static int input (void) 1749 { /* need more input */ 1760 * proceeding. But for input(), 1781 return input(); 2187 /** Get the input stream. [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domctl.c | 62 switch ( ctl->input[0] ) in update_domain_cpuid_info() 65 if ( ctl->input[0] == 4 && in update_domain_cpuid_info() 69 if ( ctl->input[0] == 7 && in update_domain_cpuid_info() 74 if ( ctl->input[0] == XSTATE_CPUID && in update_domain_cpuid_info() 90 switch ( ctl->input[0] ) in update_domain_cpuid_info() 93 switch ( ctl->input[0] ) in update_domain_cpuid_info() 96 p->cache.raw[ctl->input[1]] = leaf; in update_domain_cpuid_info() 100 p->feat.raw[ctl->input[1]] = leaf; in update_domain_cpuid_info() 128 switch ( ctl->input[0] ) in update_domain_cpuid_info() 212 if ( ctl->input[1] != 0 ) in update_domain_cpuid_info() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | viridian.c | 853 } input; in viridian_hypercall() local 870 input.raw = regs->rcx; in viridian_hypercall() 875 input.raw = (regs->rdx << 32) | regs->eax; in viridian_hypercall() 883 switch ( input.call_code ) in viridian_hypercall() 912 if ( input.fast ) in viridian_hypercall() 959 output.rep_complete = input.rep_count; in viridian_hypercall() 967 input.call_code); in viridian_hypercall()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 40 the config option, input prompt, dependencies, help text and default 42 name, but every definition can have only a single input prompt and the 54 definition optionally accepts an input prompt, so these two examples 62 - input prompt: "prompt" <prompt> ["if" <expr>] 74 value was set by the user (via the input prompt above). If an input 124 This allows to limit the range of possible input values for int 125 and hex symbols. The user can only input a value which is larger than 168 the input range of tristate symbols. The tristate logic used in the
|
A D | qemu-xen-security | 10 - input: Xen PV keyboard and mouse (part of xenfb), USB and PS/2
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.h | 53 void trim(char_predicate_t predicate, const char *input, char **output);
|
/xen-4.10.0-shim-comet/config/ |
A D | Paths.mk.in | 5 # because of this these variables are defined on one master input source file
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 51 #define cpuid_input_of_val(i1, i2, input) \ argument 52 i1 = (uint32_t) Int64_val(Field(input, 0)); \ 53 …i2 = ((Field(input, 1) == Val_none) ? 0xffffffff : (uint32_t) Int64_val(Field(Field(input, 1), 0))… 793 value input, in stub_xc_domain_cpuid_set() argument 796 CAMLparam4(xch, domid, input, config); in stub_xc_domain_cpuid_set() 808 cpuid_input_of_val(c_input[0], c_input[1], input); in stub_xc_domain_cpuid_set()
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | TODO | 1 Display error messages on the help line after bad input at a prompt.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 12 standard input and reformats it according to the rules in a file of
|