/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mmconfig.h | 41 static inline unsigned char mmio_config_readb(void __iomem *pos) in mmio_config_readb() 48 static inline unsigned short mmio_config_readw(void __iomem *pos) in mmio_config_readw() 55 static inline unsigned int mmio_config_readl(void __iomem *pos) in mmio_config_readl() 62 static inline void mmio_config_writeb(void __iomem *pos, u8 val) in mmio_config_writeb() 67 static inline void mmio_config_writew(void __iomem *pos, u16 val) in mmio_config_writew() 72 static inline void mmio_config_writel(void __iomem *pos, u32 val) in mmio_config_writel()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | list.h | 436 #define list_next_entry(pos, member) \ argument 444 #define list_prev_entry(pos, member) \ argument 452 #define list_for_each(pos, head) \ argument 466 #define __list_for_each(pos, head) \ argument 484 #define list_for_each_safe(pos, n, head) \ argument 495 #define list_for_each_backwards_safe(pos, n, head) \ argument 531 #define list_prepare_entry(pos, head, member) \ argument 631 #define list_for_each_rcu(pos, head) \ argument 636 #define __list_for_each_rcu(pos, head) \ argument 653 #define list_for_each_safe_rcu(pos, n, head) \ argument [all …]
|
A D | mm.h | 452 #define page_list_for_each(pos, head) \ argument 454 #define page_list_for_each_safe(pos, tmp, head) \ argument 458 #define page_list_for_each_safe_reverse(pos, tmp, head) \ argument 541 # define page_list_for_each(pos, head) list_for_each_entry(pos, head, list) argument 542 # define page_list_for_each_safe(pos, tmp, head) \ argument 544 # define page_list_for_each_safe_reverse(pos, tmp, head) \ argument
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | list.h | 275 #define list_for_each(pos, head) \ argument 283 #define list_for_each_prev(pos, head) \ argument 292 #define list_for_each_safe(pos, n, head) \ argument 302 #define list_for_each_entry(pos, head, member) \ argument 313 #define list_for_each_entry_reverse(pos, head, member) \ argument 326 #define list_for_each_entry_continue(pos, head, member) \ argument 338 #define list_for_each_entry_safe(pos, n, head, member) \ argument 458 #define hlist_for_each(pos, head) \ argument 461 #define hlist_for_each_safe(pos, n, head) \ argument 472 #define hlist_for_each_entry(tpos, pos, head, member) \ argument [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | msi.c | 201 int pos = entry->msi_attrib.pos; in read_msi_msg() local 266 int pos = entry->msi_attrib.pos; in write_msi_msg() local 349 int pos; in msi_set_enable() local 362 int pos; in msix_set_enable() local 690 int pos; in msi_capability_init() local 759 unsigned int pos = pci_find_ext_capability(seg, bus, in read_pci_mem_bar() local 837 unsigned int pos, in msix_capability_init() 1097 int pos, nr_entries; in __pci_enable_msix() local 1157 unsigned int pos = pci_find_cap_offset(seg, bus, slot, func, in __pci_disable_msix() local 1282 unsigned int pos; in pci_msi_conf_write_intercept() local [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/pci/ |
A D | pci.c | 15 u8 pos = PCI_CAPABILITY_LIST; in pci_find_cap_offset() local 42 int pci_find_next_cap(u16 seg, u8 bus, unsigned int devfn, u8 pos, int cap) in pci_find_next_cap() 95 int pos = max(start, 0x100); in pci_find_next_ext_capability() local
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | atomicio.c | 42 size_t pos = 0; variable
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | atomicio.c | 42 size_t pos = 0; variable
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | marshal.h | 63 inline int unpack3_BYTE(BYTE* ptr, UINT32* pos, UINT32 max, BYTE *t) in unpack3_BYTE() 93 inline int unpack3_UINT16(BYTE* ptr, UINT32* pos, UINT32 max, UINT16 *t) in unpack3_UINT16() 117 inline int unpack3_UINT32(BYTE* ptr, UINT32* pos, UINT32 max, UINT32 *t) in unpack3_UINT32() 261 inline int unpack3_BUFFER(BYTE* ptr, UINT32* pos, UINT32 max, BYTE* buf, UINT32 size) { in unpack3_BUFFER() 322 inline int unpack3_TPM_AUTHDATA(BYTE* ptr, UINT32* pos, UINT32 len, TPM_AUTHDATA* d) { in unpack3_TPM_AUTHDATA() 366 inline int unpack3_TPM_VERSION(BYTE* ptr, UINT32 *pos, UINT32 max, TPM_VERSION* t) { in unpack3_TPM_VERSION() 415 inline int unpack3_TPM_DIGEST(BYTE* ptr, UINT32* pos, UINT32 max, TPM_DIGEST* d) { in unpack3_TPM_DIGEST() 452 inline int unpack3_TPM_NONCE(BYTE* ptr, UINT32* pos, UINT32 max, TPM_NONCE* n) { in unpack3_TPM_NONCE() 728 inline int unpack3_TPM_KEY(BYTE* ptr, UINT32* pos, UINT32 max, TPM_KEY* k, UnpackPtr alloc) { in unpack3_TPM_KEY() 876 inline int unpack3_TPM_AUTH_SESSION(BYTE* ptr, UINT32* pos, UINT32 len, TPM_AUTH_SESSION* auth) { in unpack3_TPM_AUTH_SESSION() [all …]
|
A D | disk_io.c | 37 uint32_t pos = be32_native(sector); in disk_read_sector() local 52 uint32_t pos = be32_native(sector); in disk_write_sector() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | list.h | 48 #define list_for_each_entry(pos, head, member) \ argument 60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
A D | mconf.c | 323 struct subtitle_list *pos, *tmp; in set_subtitle() local 348 struct subtitle_list *pos, *tmp; in reset_subtitle() local 367 struct jump_key *pos; in update_text() local 442 struct jump_key *pos, *tmp; in search_conf() local
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | ats.h | 33 int pos; in pci_ats_enabled() local
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | list.h | 114 #define list_for_each_entry(pos, head, member) \ argument 119 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/ |
A D | ats.c | 28 int pos; in enable_ats_device() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | strlen.S | 53 pos .req x12 label
|
A D | strnlen.S | 55 pos .req x13 label
|
A D | strcmp.S | 60 pos .req x11 label
|
A D | memcmp.S | 56 pos .req x11 label
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/x86/ |
A D | ats.c | 47 int pos; in ats_device() local
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_detect.c | 31 int pos; in get_iommu_msi_capabilities() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | inputbox.c | 49 int show_x, len, pos; in dialog_inputbox() local
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | cpufreq.c | 160 struct list_head *pos; in cpufreq_add_cpu() local 319 struct list_head *pos; in cpufreq_del_cpu() local
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | timer.c | 57 static void down_heap(struct timer **heap, int pos) in down_heap() 78 static void up_heap(struct timer **heap, int pos) in up_heap() 98 int pos = t->heap_offset; in remove_from_heap() local
|
/xen-4.10.0-shim-comet/xen/common/gcov/ |
A D | gcc_3_4.c | 291 size_t pos) in gcov_iter_write() 340 size_t pos = 0; in gcov_info_to_gcda() local
|