Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 75) sorted by relevance

123

/xen/tools/libxl/
A Dlibxl_cpuid.c290 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 DKconfig.include26 # $(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 Davc.c429 unsigned long flag; in avc_latest_notif_update() local
431 spin_lock_irqsave(&notif_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 Dlivepatch.c327 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 Dmem_access.c102 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 Dpower.c42 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 Dxenstat.c49 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 Dmem_access.h41 p2m_mem_access_check_and_get_page(vaddr_t gva, unsigned long flag,
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in27 # 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 Devtchn.h34 #define _IOC(flag, letter, inum, size) ((letter) << 8 | (inum)) argument
/xen/xen/include/acpi/cpufreq/
A Dcpufreq.h132 extern int cpufreq_driver_getavg(unsigned int cpu, unsigned int flag);
165 unsigned int (*getavg)(unsigned int cpu, unsigned int flag);
A Dprocessor_perf.h12 unsigned int get_measured_perf(unsigned int cpu, unsigned int flag);
/xen/xen/include/public/io/
A Dblkif.h663 uint8_t flag; /* BLKIF_DISCARD_SECURE or zero */ member
/xen/xen/include/asm-x86/
A Dmem_sharing.h46 void *flag; member
/xen/m4/
A Dpthread.m422 AC_CACHE_CHECK([for pthread flag], [ax_cv_pthread_flags], [
/xen/tools/misc/
A Dxen-livepatch.c314 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 Dvbe_display_api.txt203 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 DChangeLog400 - 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 Dtdb.h124 int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
/xen/xen/arch/arm/arm32/
A Ddebug-8250.inc27 tst \rc, #UART_LSR_THRE /* Check Xmit holding register flag */
/xen/xen/tools/kconfig/
A Dnconf.c496 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 Dvtpm-deepquote.patch160 + * BOOL continueAuth Continue flag for authHandle
171 + * BOOL continueAuth Continue flag for authHandle
A Dvtpm-parent-sign-ek.patch164 + * BOOL continueAuth Continue flag for authHandle
175 + * BOOL continueAuth Continue flag for authHandle
/xen/docs/misc/
A Dkconfig-macro-language.rst239 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 Dutility.c376 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()

Completed in 41 milliseconds

123