/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | traps.c | 170 struct softirq_trap *st = &per_cpu(softirq_trap, cpu); in nmi_mce_softirq() local 217 struct softirq_trap *st = &per_cpu(softirq_trap, smp_processor_id()); in pv_raise_interrupt() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.h | 158 #define for_all_properties(sym, st, tok) \ argument 161 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 162 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 163 #define for_all_prompts(sym, st) \ argument
|
A D | confdata.c | 750 struct stat st; in conf_write() local
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-qcow.c | 130 int get_filesize(char *filename, uint64_t *size, struct stat *st) in get_filesize() 305 struct stat st; in qtruncate() local 686 struct stat st; in tdqcow_read_header() local 736 struct stat st; in tdqcow_load_l1_table() local 1188 struct stat st; in qcow_create() local
|
A D | aes.c | 49 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | grant_table.h | 81 static inline void gnttab_clear_flag(unsigned int nr, uint16_t *st) in gnttab_clear_flag()
|
A D | mm.h | 259 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st) argument
|
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | rijndael.c | 722 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… argument
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_pci.c | 449 struct stat st; in sysfs_dev_unbind() local 639 struct stat st; in pciback_dev_is_assigned() local 755 struct stat st; in libxl__device_pci_assignable_add() local 898 struct stat st; in pci_multifunction_check() local
|
A D | libxl_exec.c | 115 int st = WEXITSTATUS(status); in libxl_report_child_exitstatus() local
|
A D | libxl_usb.c | 29 struct stat st; in usbback_is_loaded() local 1309 struct stat st; in bind_usbintf() local 1351 struct stat st; in usbintf_is_assigned() local
|
A D | libxl_bootloader.c | 434 struct stat st; in bootloader_disk_attached_cb() local
|
A D | libxl_stream_write.c | 444 struct stat st; in write_emulator_context_record() local
|
/xen-4.10.0-shim-comet/tools/xcutils/ |
A D | readnotes.c | 180 struct stat st; in main() local
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ |
A D | flask_op.c | 432 struct avc_cache_stats *st; in flask_security_avc_cachestats() local
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | tdb.c | 315 struct stat st; in tdb_oob() local 1540 struct stat st; local
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | page_alloc.c | 1205 struct scrub_wait_state *st = data; in scrub_continue() local 1243 struct scrub_wait_state st; in scrub_free_pages() local
|
A D | sched_credit2.c | 2409 static void consider(balance_state_t *st, in consider() 2533 balance_state_t st = { .best_push_svc = NULL, .best_pull_svc = NULL }; in balance_load() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | mm.h | 121 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st) argument
|