/xen/tools/libxl/ |
A D | libxl_cpuid.c | 290 const struct cpuid_flags *flag; in libxl_cpuid_parse_config() local 301 for (flag = cpuid_flags; flag->name != NULL; flag++) { in libxl_cpuid_parse_config() 302 if(!strncmp(str, flag->name, sep - str) && flag->name[sep - str] == 0) in libxl_cpuid_parse_config() 305 if (flag->name == NULL) { in libxl_cpuid_parse_config() 308 entry = cpuid_find_match(cpuid, flag->leaf, flag->subleaf); in libxl_cpuid_parse_config() 309 resstr = entry->policy[flag->reg - 1]; in libxl_cpuid_parse_config() 311 flags[flag->length] = 0; in libxl_cpuid_parse_config() 314 for (i = 0; i < flag->length; i++) { in libxl_cpuid_parse_config() 351 memcpy(resstr + (32 - flag->length) - flag->bit, flags, in libxl_cpuid_parse_config() 352 flag->length); in libxl_cpuid_parse_config() [all …]
|
/xen/xen/scripts/ |
A D | Kconfig.include | 26 # $(cc-option,<flag>) 27 # Return y if the compiler supports <flag>, n otherwise 30 # $(ld-option,<flag>) 31 # Return y if the linker supports <flag>, n otherwise
|
/xen/xen/xsm/flask/ |
A D | avc.c | 429 unsigned long flag; in avc_latest_notif_update() local 431 spin_lock_irqsave(¬if_lock, flag); in avc_latest_notif_update() 473 unsigned long flag; in avc_insert() local 491 spin_lock_irqsave(lock, flag); in avc_insert() 504 spin_unlock_irqrestore(lock, flag); in avc_insert() 620 unsigned long flag; in avc_update_node() local 638 spin_lock_irqsave(lock, flag); in avc_update_node() 668 spin_unlock_irqrestore(lock, flag); in avc_update_node() 680 unsigned long flag; in avc_ss_reset() local 691 spin_lock_irqsave(lock, flag); in avc_ss_reset() [all …]
|
/xen/xen/arch/x86/ |
A D | livepatch.c | 327 unsigned int flag; in arch_livepatch_secure() local 333 flag = PAGE_HYPERVISOR_RX; in arch_livepatch_secure() 335 flag = PAGE_HYPERVISOR_RW; in arch_livepatch_secure() 337 flag = PAGE_HYPERVISOR_RO; in arch_livepatch_secure() 339 return modify_xen_mappings(start, start + pages * PAGE_SIZE, flag); in arch_livepatch_secure()
|
/xen/xen/arch/arm/ |
A D | mem_access.c | 102 p2m_mem_access_check_and_get_page(vaddr_t gva, unsigned long flag, in p2m_mem_access_check_and_get_page() argument 115 rc = gva_to_ipa(gva, &ipa, flag); in p2m_mem_access_check_and_get_page() 142 if ( (flag & GV2M_WRITE) && !(perms & GV2M_WRITE) ) in p2m_mem_access_check_and_get_page() 182 if ( flag == GV2M_READ ) in p2m_mem_access_check_and_get_page() 193 if ( flag == GV2M_WRITE ) in p2m_mem_access_check_and_get_page()
|
/xen/xen/arch/x86/acpi/ |
A D | power.c | 42 unsigned int flag = 0; in parse_acpi_sleep() local 51 flag |= 1; in parse_acpi_sleep() 53 flag |= 2; in parse_acpi_sleep() 60 acpi_video_flags |= flag; in parse_acpi_sleep()
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 49 unsigned int flag; member 243 if ((flags & collectors[i].flag) == collectors[i].flag) { in xenstat_get_node() 244 node->flags |= collectors[i].flag; in xenstat_get_node() 269 if((node->flags & collectors[i].flag) in xenstat_free_node() 270 == collectors[i].flag) in xenstat_free_node()
|
/xen/xen/include/asm-arm/ |
A D | mem_access.h | 41 p2m_mem_access_check_and_get_page(vaddr_t gva, unsigned long flag,
|
/xen/tools/ocaml/xenstored/ |
A D | oxenstored.conf.in | 27 # If the conflict-rate-limit-is-aggregate flag is true then after each 34 # then it is safe to set this aggregate-limit flag to false for better 41 # domains, so the flag must be set to true.
|
/xen/tools/include/xen-sys/SunOS/ |
A D | evtchn.h | 34 #define _IOC(flag, letter, inum, size) ((letter) << 8 | (inum)) argument
|
/xen/xen/include/acpi/cpufreq/ |
A D | cpufreq.h | 132 extern int cpufreq_driver_getavg(unsigned int cpu, unsigned int flag); 165 unsigned int (*getavg)(unsigned int cpu, unsigned int flag);
|
A D | processor_perf.h | 12 unsigned int get_measured_perf(unsigned int cpu, unsigned int flag);
|
/xen/xen/include/public/io/ |
A D | blkif.h | 663 uint8_t flag; /* BLKIF_DISCARD_SECURE or zero */ member
|
/xen/xen/include/asm-x86/ |
A D | mem_sharing.h | 46 void *flag; member
|
/xen/m4/ |
A D | pthread.m4 | 22 AC_CACHE_CHECK([for pthread flag], [ax_cv_pthread_flags], [
|
/xen/tools/misc/ |
A D | xen-livepatch.c | 314 const uint32_t flag; member 318 .flag = LIVEPATCH_ACTION_APPLY_NODEPS, 351 *flags |= flag_options[idx][j].flag; in get_flags()
|
/xen/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 203 The new flag VBE_DISPI_NOCLEARMEM allows to preserve the VBE video memory. 204 The new flag VBE_DISPI_LFB_ENABLED indicates the usage of the LFB. 208 If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers 210 The new flag VBE_DISPI_8BIT_DAC switches the DAC to 8 bit mode.
|
A D | ChangeLog | 400 - 8 bit DAC capability flag set 544 - new VBE presence flag stored at unused BDA address 0xB9 546 - added BIOS TTY flag for VBE mode 0x0102 (TODO: scrolling) 601 - the 'noclearmem' flag is not stored in the 'current video mode' 602 register (0040h:0049h) - VBE also stores the 'noclear' flag in 688 - LFB flag now stored in the register VBE_DISPI_INDEX_ENABLE - 794 flag VBE_WINDOW_ATTRIBUTE_RELOCATABLE is set * flag 826 modes with the LFB flag set removed from the list (Linux doesn't 834 modes with the LFB flag set removed from the list (Linux doesn't
|
/xen/tools/xenstore/ |
A D | tdb.h | 124 int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
|
/xen/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 27 tst \rc, #UART_LSR_THRE /* Check Xmit holding register flag */
|
/xen/xen/tools/kconfig/ |
A D | nconf.c | 496 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument 501 if (flag == FIND_NEXT_MATCH_DOWN) in get_mext_match() 503 else if (flag == FIND_NEXT_MATCH_UP) in get_mext_match() 512 if (flag == FIND_NEXT_MATCH_UP || in get_mext_match() 513 flag == MATCH_TINKER_PATTERN_UP) in get_mext_match()
|
/xen/stubdom/ |
A D | vtpm-deepquote.patch | 160 + * BOOL continueAuth Continue flag for authHandle 171 + * BOOL continueAuth Continue flag for authHandle
|
A D | vtpm-parent-sign-ek.patch | 164 + * BOOL continueAuth Continue flag for authHandle 175 + * BOOL continueAuth Continue flag for authHandle
|
/xen/docs/misc/ |
A D | kconfig-macro-language.rst | 239 def_bool $(shell $(srctree)/scripts/gcc-check-flag ENDIAN_FLAG) 246 default $(shell $(srctree)/scripts/gcc-check-flag -mbig-endian) if CPU_BIG_ENDIAN 247 default $(shell $(srctree)/scripts/gcc-check-flag -mlittle-endian) if CPU_LITTLE_ENDIAN
|
/xen/xen/drivers/cpufreq/ |
A D | utility.c | 376 int cpufreq_driver_getavg(unsigned int cpu, unsigned int flag) in cpufreq_driver_getavg() argument 386 freq_avg = cpufreq_driver.getavg(cpu, flag); in cpufreq_driver_getavg()
|