Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 62) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmmconfig.h41 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 Dlist.h436 #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 Dmm.h452 #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 Dlist.h275 #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 Dmsi.c201 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 Dpci.c15 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 Datomicio.c42 size_t pos = 0; variable
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Datomicio.c42 size_t pos = 0; variable
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dmarshal.h63 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 Ddisk_io.c37 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 Dlist.h48 #define list_for_each_entry(pos, head, member) \ argument
60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
A Dmconf.c323 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 Dats.h33 int pos; in pci_ats_enabled() local
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlist.h114 #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 Dats.c28 int pos; in enable_ats_device() local
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A Dstrlen.S53 pos .req x12 label
A Dstrnlen.S55 pos .req x13 label
A Dstrcmp.S60 pos .req x11 label
A Dmemcmp.S56 pos .req x11 label
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/x86/
A Dats.c47 int pos; in ats_device() local
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_detect.c31 int pos; in get_iommu_msi_capabilities() local
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dinputbox.c49 int show_x, len, pos; in dialog_inputbox() local
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq.c160 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 Dtimer.c57 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 Dgcc_3_4.c291 size_t pos) in gcov_iter_write()
340 size_t pos = 0; in gcov_info_to_gcda() local

Completed in 32 milliseconds

123