/openbsd-src/sys/arch/alpha/pci/ |
H A D | mcpcia_bus_mem.c | 49 #define CHIP_EX_MALLOC_SAFE(v) (((struct mcpcia_config *)(v))->cc_mallocsafe) argument 50 #define CHIP_D_MEM_EXTENT(v) (((struct mcpcia_config *)(v))->cc_d_mem_ex) argument 51 #define CHIP_D_MEM_EX_STORE(v) \ argument 53 #define CHIP_D_MEM_EX_STORE_SIZE(v) \ argument 55 #define CHIP_S_MEM_EXTENT(v) (((struct mcpcia_config *)(v))->cc_s_mem_ex) argument 56 #define CHIP_S_MEM_EX_STORE(v) \ argument 58 #define CHIP_S_MEM_EX_STORE_SIZE(v) \ argument 62 #define CHIP_D_MEM_W1_BUS_START(v) 0x00000000UL argument 63 #define CHIP_D_MEM_W1_BUS_END(v) 0x7fffffffUL argument 64 #define CHIP_D_MEM_W1_SYS_START(v) \ argument [all …]
|
H A D | cia_bus_mem.c | 45 #define CHIP_EX_MALLOC_SAFE(v) (((struct cia_config *)(v))->cc_mallocsafe) argument 46 #define CHIP_D_MEM_EXTENT(v) (((struct cia_config *)(v))->cc_d_mem_ex) argument 47 #define CHIP_S_MEM_EXTENT(v) (((struct cia_config *)(v))->cc_s_mem_ex) argument 50 #define CHIP_D_MEM_W1_BUS_START(v) 0x00000000UL argument 51 #define CHIP_D_MEM_W1_BUS_END(v) 0xffffffffUL argument 52 #define CHIP_D_MEM_W1_SYS_START(v) CIA_PCI_DENSE argument 53 #define CHIP_D_MEM_W1_SYS_END(v) (CIA_PCI_DENSE + 0xffffffffUL) argument 56 #define CHIP_S_MEM_W1_BUS_START(v) \ argument 58 #define CHIP_S_MEM_W1_BUS_END(v) \ argument 60 #define CHIP_S_MEM_W1_SYS_START(v) \ argument [all …]
|
H A D | apecs_bus_mem.c | 46 #define CHIP_EX_MALLOC_SAFE(v) (((struct apecs_config *)(v))->ac_mallocsafe) argument 47 #define CHIP_D_MEM_EXTENT(v) (((struct apecs_config *)(v))->ac_d_mem_ex) argument 48 #define CHIP_S_MEM_EXTENT(v) (((struct apecs_config *)(v))->ac_s_mem_ex) argument 51 #define CHIP_D_MEM_W1_BUS_START(v) 0x00000000UL argument 52 #define CHIP_D_MEM_W1_BUS_END(v) 0xffffffffUL argument 53 #define CHIP_D_MEM_W1_SYS_START(v) APECS_PCI_DENSE argument 54 #define CHIP_D_MEM_W1_SYS_END(v) (APECS_PCI_DENSE + 0xffffffffUL) argument 57 #define CHIP_S_MEM_W1_BUS_START(v) 0x00000000UL argument 58 #define CHIP_S_MEM_W1_BUS_END(v) 0x00ffffffUL argument 59 #define CHIP_S_MEM_W1_SYS_START(v) APECS_PCI_SPARSE argument [all …]
|
H A D | lca_bus_mem.c | 46 #define CHIP_EX_MALLOC_SAFE(v) (((struct lca_config *)(v))->lc_mallocsafe) argument 47 #define CHIP_D_MEM_EXTENT(v) (((struct lca_config *)(v))->lc_d_mem_ex) argument 48 #define CHIP_S_MEM_EXTENT(v) (((struct lca_config *)(v))->lc_s_mem_ex) argument 51 #define CHIP_D_MEM_W1_BUS_START(v) 0x00000000UL argument 52 #define CHIP_D_MEM_W1_BUS_END(v) 0xffffffffUL argument 53 #define CHIP_D_MEM_W1_SYS_START(v) LCA_PCI_DENSE argument 54 #define CHIP_D_MEM_W1_SYS_END(v) (LCA_PCI_DENSE + 0xffffffffUL) argument 57 #define CHIP_S_MEM_W1_BUS_START(v) 0x00000000UL argument 58 #define CHIP_S_MEM_W1_BUS_END(v) 0x00ffffffUL argument 59 #define CHIP_S_MEM_W1_SYS_START(v) LCA_PCI_SPARSE argument [all …]
|
H A D | mcpcia_bus_io.c | 49 #define CHIP_EX_MALLOC_SAFE(v) (((struct mcpcia_config *)(v))->cc_mallocsafe) argument 50 #define CHIP_IO_EXTENT(v) (((struct mcpcia_config *)(v))->cc_io_ex) argument 51 #define CHIP_IO_EX_STORE(v) (((struct mcpcia_config *)(v))->cc_io_exstorage) argument 52 #define CHIP_IO_EX_STORE_SIZE(v) \ argument 56 #define CHIP_IO_W1_BUS_START(v) 0x00000000UL argument 57 #define CHIP_IO_W1_BUS_END(v) 0x0000ffffUL argument 58 #define CHIP_IO_W1_SYS_START(v) \ argument 60 #define CHIP_IO_W1_SYS_END(v) \ argument 64 #define CHIP_IO_W2_BUS_START(v) 0x00010000UL argument 65 #define CHIP_IO_W2_BUS_END(v) 0x01ffffffUL argument [all …]
|
H A D | apecs_bus_io.c | 46 #define CHIP_EX_MALLOC_SAFE(v) (((struct apecs_config *)(v))->ac_mallocsafe) argument 47 #define CHIP_IO_EXTENT(v) (((struct apecs_config *)(v))->ac_io_ex) argument 50 #define CHIP_IO_W1_BUS_START(v) 0x00000000UL argument 51 #define CHIP_IO_W1_BUS_END(v) 0x0003ffffUL argument 52 #define CHIP_IO_W1_SYS_START(v) APECS_PCI_SIO argument 53 #define CHIP_IO_W1_SYS_END(v) (APECS_PCI_SIO + (0x00040000UL << 5) - 1) argument 56 #define CHIP_IO_W2_BUS_START(v) \ argument 59 #define CHIP_IO_W2_BUS_END(v) \ argument 62 #define CHIP_IO_W2_SYS_START(v) (APECS_PCI_SIO + (0x00040000UL << 5)) argument 63 #define CHIP_IO_W2_SYS_END(v) (APECS_PCI_SIO + (0x01000000UL << 5) - 1) argument
|
H A D | cia_bus_io.c | 45 #define CHIP_EX_MALLOC_SAFE(v) (((struct cia_config *)(v))->cc_mallocsafe) argument 46 #define CHIP_IO_EXTENT(v) (((struct cia_config *)(v))->cc_io_ex) argument 49 #define CHIP_IO_W1_BUS_START(v) \ argument 51 #define CHIP_IO_W1_BUS_END(v) \ argument 53 #define CHIP_IO_W1_SYS_START(v) \ argument 55 #define CHIP_IO_W1_SYS_END(v) \ argument 59 #define CHIP_IO_W2_BUS_START(v) \ argument 61 #define CHIP_IO_W2_BUS_END(v) \ argument 63 #define CHIP_IO_W2_SYS_START(v) \ argument 65 #define CHIP_IO_W2_SYS_END(v) \ argument
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | hexagon_types.h | 72 #define HEXAGON_V64_GET_D(v) (v) argument 73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument 77 #define HEXAGON_V64_GET_W0(v) \ argument 86 #define HEXAGON_V64_GET_W1(v) \ argument 95 #define HEXAGON_V64_GET_UW0(v) \ argument 104 #define HEXAGON_V64_GET_UW1(v) \ argument 116 #define HEXAGON_V64_GET_H0(v) \ argument 125 #define HEXAGON_V64_GET_H1(v) \ argument 134 #define HEXAGON_V64_GET_H2(v) \ argument 143 #define HEXAGON_V64_GET_H3(v) \ argument [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_atomic.cpp | 59 template<typename T> T func_xchg(volatile T *v, T op) { in func_xchg() 66 template<typename T> T func_add(volatile T *v, T op) { in func_add() 70 template<typename T> T func_sub(volatile T *v, T op) { in func_sub() 74 template<typename T> T func_and(volatile T *v, T op) { in func_and() 78 template<typename T> T func_or(volatile T *v, T op) { in func_or() 82 template<typename T> T func_xor(volatile T *v, T op) { in func_xor() 86 template<typename T> T func_nand(volatile T *v, T op) { in func_nand() 98 template<typename T> T func_cas(volatile T *v, T cmp, T xch) { in func_cas() 108 a128 func_xchg(volatile a128 *v, a128 op) { in func_xchg() 115 a128 func_add(volatile a128 *v, a128 op) { in func_add() [all …]
|
/openbsd-src/lib/libcrypto/ |
H A D | crypto_internal.h | 34 crypto_ct_ne_zero_u8(uint8_t v) crypto_ct_ne_zero_u8() argument 42 crypto_ct_ne_zero_mask_u8(uint8_t v) crypto_ct_ne_zero_mask_u8() argument 50 crypto_ct_eq_zero_u8(uint8_t v) crypto_ct_eq_zero_u8() argument 58 crypto_ct_eq_zero_mask_u8(uint8_t v) crypto_ct_eq_zero_mask_u8() argument 105 uint32_t v; crypto_load_be32toh() local 120 crypto_store_htobe32(uint8_t * dst,uint32_t v) crypto_store_htobe32() argument 136 uint64_t v; crypto_load_be64toh() local 151 crypto_store_htobe64(uint8_t * dst,uint64_t v) crypto_store_htobe64() argument 167 uint32_t v; crypto_load_le32toh() local 182 crypto_store_htole32(uint8_t * dst,uint32_t v) crypto_store_htole32() argument 191 crypto_rol_u32(uint32_t v,size_t shift) crypto_rol_u32() argument 199 crypto_ror_u32(uint32_t v,size_t shift) crypto_ror_u32() argument 207 crypto_rol_u64(uint64_t v,size_t shift) crypto_rol_u64() argument 215 crypto_ror_u64(uint64_t v,size_t shift) crypto_ror_u64() argument [all...] |
/openbsd-src/sys/arch/sh/dev/ |
H A D | shpcic.c | 280 shpcic_bus_maxdevs(void *v, int busno) in shpcic_bus_maxdevs() argument 290 shpcic_make_tag(void *v, int bus, int device, int function) in shpcic_make_tag() argument 304 shpcic_decompose_tag(void *v, pcitag_t tag, int *bp, int *dp, int *fp) in shpcic_decompose_tag() argument 315 shpcic_conf_size(void *v, pcitag_t tag) in shpcic_conf_size() argument 321 shpcic_conf_read(void *v, pcitag_t tag, int reg) in shpcic_conf_read() argument 336 shpcic_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data) in shpcic_conf_write() argument 351 shpcic_iomem_map(void *v, bus_addr_t bpa, bus_size_t size, in shpcic_iomem_map() argument 360 shpcic_iomem_unmap(void *v, bus_space_handle_ argument 366 shpcic_iomem_subregion(void * v,bus_space_handle_t bsh,bus_size_t offset,bus_size_t size,bus_space_handle_t * nbshp) shpcic_iomem_subregion() argument 375 shpcic_iomem_alloc(void * v,bus_addr_t rstart,bus_addr_t rend,bus_size_t size,bus_size_t alignment,bus_size_t boundary,int flags,bus_addr_t * bpap,bus_space_handle_t * bshp) shpcic_iomem_alloc() argument 385 shpcic_iomem_free(void * v,bus_space_handle_t bsh,bus_size_t size) shpcic_iomem_free() argument 391 shpcic_iomem_vaddr(void * v,bus_space_handle_t bsh) shpcic_iomem_vaddr() argument 465 shpcic_io_read_1(void * v,bus_space_handle_t bsh,bus_size_t offset) shpcic_io_read_1() argument 475 shpcic_io_read_2(void * v,bus_space_handle_t bsh,bus_size_t offset) shpcic_io_read_2() argument 485 shpcic_io_read_4(void * v,bus_space_handle_t bsh,bus_size_t offset) shpcic_io_read_4() argument 495 shpcic_mem_read_1(void * v,bus_space_handle_t bsh,bus_size_t offset) shpcic_mem_read_1() argument 505 shpcic_mem_read_2(void * v,bus_space_handle_t bsh,bus_size_t offset) shpcic_mem_read_2() argument 515 shpcic_mem_read_4(void * v,bus_space_handle_t bsh,bus_size_t offset) shpcic_mem_read_4() argument 528 shpcic_io_read_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_io_read_multi_1() argument 537 shpcic_io_read_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t * addr,bus_size_t count) shpcic_io_read_multi_2() argument 546 shpcic_io_read_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t * addr,bus_size_t count) shpcic_io_read_multi_4() argument 555 shpcic_mem_read_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_mem_read_multi_1() argument 564 shpcic_mem_read_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t * addr,bus_size_t count) shpcic_mem_read_multi_2() argument 573 shpcic_mem_read_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t * addr,bus_size_t count) shpcic_mem_read_multi_4() argument 586 shpcic_io_read_raw_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_io_read_raw_multi_2() argument 597 shpcic_io_read_raw_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_io_read_raw_multi_4() argument 608 shpcic_mem_read_raw_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_mem_read_raw_multi_2() argument 619 shpcic_mem_read_raw_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_mem_read_raw_multi_4() argument 633 shpcic_io_read_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_io_read_region_1() argument 643 shpcic_io_read_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t * addr,bus_size_t count) shpcic_io_read_region_2() argument 653 shpcic_io_read_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t * addr,bus_size_t count) shpcic_io_read_region_4() argument 663 shpcic_mem_read_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_mem_read_region_1() argument 673 shpcic_mem_read_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t * addr,bus_size_t count) shpcic_mem_read_region_2() argument 683 shpcic_mem_read_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t * addr,bus_size_t count) shpcic_mem_read_region_4() argument 697 shpcic_io_read_raw_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_io_read_raw_region_2() argument 709 shpcic_io_read_raw_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_io_read_raw_region_4() argument 721 shpcic_mem_read_raw_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_mem_read_raw_region_2() argument 733 shpcic_mem_read_raw_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) shpcic_mem_read_raw_region_4() argument 816 shpcic_io_write_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value) shpcic_io_write_1() argument 823 shpcic_io_write_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value) shpcic_io_write_2() argument 830 shpcic_io_write_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value) shpcic_io_write_4() argument 837 shpcic_mem_write_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value) shpcic_mem_write_1() argument 844 shpcic_mem_write_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value) shpcic_mem_write_2() argument 851 shpcic_mem_write_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value) shpcic_mem_write_4() argument 861 shpcic_io_write_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_io_write_multi_1() argument 870 shpcic_io_write_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint16_t * addr,bus_size_t count) shpcic_io_write_multi_2() argument 879 shpcic_io_write_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint32_t * addr,bus_size_t count) shpcic_io_write_multi_4() argument 888 shpcic_mem_write_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_mem_write_multi_1() argument 897 shpcic_mem_write_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint16_t * addr,bus_size_t count) shpcic_mem_write_multi_2() argument 906 shpcic_mem_write_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint32_t * addr,bus_size_t count) shpcic_mem_write_multi_4() argument 919 shpcic_io_write_raw_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_io_write_raw_multi_2() argument 930 shpcic_io_write_raw_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_io_write_raw_multi_4() argument 941 shpcic_mem_write_raw_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_mem_write_raw_multi_2() argument 952 shpcic_mem_write_raw_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_mem_write_raw_multi_4() argument 966 shpcic_io_write_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_io_write_region_1() argument 976 shpcic_io_write_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint16_t * addr,bus_size_t count) shpcic_io_write_region_2() argument 986 shpcic_io_write_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint32_t * addr,bus_size_t count) shpcic_io_write_region_4() argument 996 shpcic_mem_write_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_mem_write_region_1() argument 1006 shpcic_mem_write_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint16_t * addr,bus_size_t count) shpcic_mem_write_region_2() argument 1016 shpcic_mem_write_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint32_t * addr,bus_size_t count) shpcic_mem_write_region_4() argument 1030 shpcic_io_write_raw_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_io_write_raw_region_2() argument 1042 shpcic_io_write_raw_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_io_write_raw_region_4() argument 1054 shpcic_mem_write_raw_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_mem_write_raw_region_2() argument 1066 shpcic_mem_write_raw_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) shpcic_mem_write_raw_region_4() argument 1081 shpcic_io_set_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value,bus_size_t count) shpcic_io_set_multi_1() argument 1090 shpcic_io_set_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value,bus_size_t count) shpcic_io_set_multi_2() argument 1099 shpcic_io_set_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value,bus_size_t count) shpcic_io_set_multi_4() argument 1108 shpcic_mem_set_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value,bus_size_t count) shpcic_mem_set_multi_1() argument 1117 shpcic_mem_set_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value,bus_size_t count) shpcic_mem_set_multi_2() argument 1126 shpcic_mem_set_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value,bus_size_t count) shpcic_mem_set_multi_4() argument 1138 shpcic_io_set_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value,bus_size_t count) shpcic_io_set_region_1() argument 1148 shpcic_io_set_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value,bus_size_t count) shpcic_io_set_region_2() argument 1158 shpcic_io_set_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value,bus_size_t count) shpcic_io_set_region_4() argument 1168 shpcic_mem_set_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value,bus_size_t count) shpcic_mem_set_region_1() argument 1178 shpcic_mem_set_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value,bus_size_t count) shpcic_mem_set_region_2() argument 1188 shpcic_mem_set_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value,bus_size_t count) shpcic_mem_set_region_4() argument 1201 shpcic_io_copy_1(void * v,bus_space_handle_t bsh1,bus_size_t off1,bus_space_handle_t bsh2,bus_size_t off2,bus_size_t count) shpcic_io_copy_1() argument 1228 shpcic_io_copy_2(void * v,bus_space_handle_t bsh1,bus_size_t off1,bus_space_handle_t bsh2,bus_size_t off2,bus_size_t count) shpcic_io_copy_2() argument 1255 shpcic_io_copy_4(void * v,bus_space_handle_t bsh1,bus_size_t off1,bus_space_handle_t bsh2,bus_size_t off2,bus_size_t count) shpcic_io_copy_4() argument 1282 shpcic_mem_copy_1(void * v,bus_space_handle_t bsh1,bus_size_t off1,bus_space_handle_t bsh2,bus_size_t off2,bus_size_t count) shpcic_mem_copy_1() argument 1309 shpcic_mem_copy_2(void * v,bus_space_handle_t bsh1,bus_size_t off1,bus_space_handle_t bsh2,bus_size_t off2,bus_size_t count) shpcic_mem_copy_2() argument 1336 shpcic_mem_copy_4(void * v,bus_space_handle_t bsh1,bus_size_t off1,bus_space_handle_t bsh2,bus_size_t off2,bus_size_t count) shpcic_mem_copy_4() argument [all...] |
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 36 static llvm::APSInt MakeAPSInt(T v) { in MakeAPSInt() 53 Scalar(int v) : m_type(e_int), m_integer(MakeAPSInt(v)), m_float(0.0f) {} in Scalar() 54 Scalar(unsigned int v) in Scalar() 56 Scalar(long v) : m_type(e_int), m_integer(MakeAPSInt(v)), m_float(0.0f) {} in Scalar() 57 Scalar(unsigned long v) in Scalar() 59 Scalar(long long v) in Scalar() 61 Scalar(unsigned long long v) in Scalar() 63 Scalar(float v) : m_type(e_float), m_float(v) {} in Scalar() 64 Scalar(double v) : m_type(e_float), m_float(v) {} in Scalar() 65 Scalar(long double v) : m_type(e_float), m_float(double(v)) { in Scalar() [all …]
|
/openbsd-src/sys/arch/hppa/dev/ |
H A D | elroy.c | 199 elroy_write32(volatile u_int32_t *p, u_int32_t v) in elroy_write32() 218 elroy_maxdevs(void *v, int bus) in elroy_maxdevs() 224 elroy_make_tag(void *v, int bus, int dev, int func) in elroy_make_tag() 233 elroy_decompose_tag(void *v, pcitag_t tag, int *bus, int *dev, int *func) in elroy_decompose_tag() 244 elroy_conf_size(void *v, pcitag_t tag) in elroy_conf_size() 250 elroy_conf_read(void *v, pcitag_t tag, int reg) in elroy_conf_read() 285 elroy_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data) in elroy_conf_write() 322 elroy_iomap(void *v, bus_addr_t bpa, bus_size_t size, in elroy_iomap() 337 elroy_memmap(void *v, bus_addr_t bpa, bus_size_t size, in elroy_memmap() 351 elroy_subregion(void *v, bus_space_handle_t bsh, bus_size_t offset, in elroy_subregion() [all …]
|
H A D | mongoose.c | 121 mg_intr_map(void *v, u_int irq, eisa_intr_handle_t *ehp) in mg_intr_map() 128 mg_intr_string(void *v, int irq) in mg_intr_string() 144 mg_intr_establish(void *v, int irq, int type, int pri, in mg_intr_establish() 195 mg_intr_disestablish(void *v, void *cookie) in mg_intr_disestablish() 217 mg_intr_check(void *v, int irq, int type) in mg_intr_check() 223 mg_intr(void *v) in mg_intr() 238 mg_eisa_iomap(void *v, bus_addr_t addr, bus_size_t size, int flags, in mg_eisa_iomap() 255 mg_eisa_memmap(void *v, bus_addr_t addr, bus_size_t size, int flags, in mg_eisa_memmap() 263 mg_eisa_memunmap(void *v, bus_space_handle_t bsh, bus_size_t size) in mg_eisa_memunmap() 269 mg_isa_barrier(void *v, bus_space_handle_t h, bus_size_t o, bus_size_t l, int op) in mg_isa_barrier() [all …]
|
H A D | dino.c | 299 dino_maxdevs(void *v, int bus) in dino_maxdevs() 305 dino_make_tag(void *v, int bus, int dev, int func) in dino_make_tag() 314 dino_decompose_tag(void *v, pcitag_t tag, int *bus, int *dev, int *func) in dino_decompose_tag() 325 dino_conf_size(void *v, pcitag_t tag) in dino_conf_size() 331 dino_conf_read(void *v, pcitag_t tag, int reg) in dino_conf_read() 352 dino_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data) in dino_conf_write() 393 dino_intr_string(void *v, pci_intr_handle_t ih) in dino_intr_string() 403 dino_intr_establish(void *v, pci_intr_handle_t ih, in dino_intr_establish() 425 dino_intr_disestablish(void *v, void *cookie) in dino_intr_disestablish() 438 dino_iomap(void *v, bus_addr_t bpa, bus_size_t size, in dino_iomap() [all …]
|
/openbsd-src/sys/miscfs/deadfs/ |
H A D | dead_vnops.c | 103 dead_open(void *v) in dead_open() argument 112 dead_read(void *v) in dead_read() argument 130 dead_write(void *v) in dead_write() argument 143 dead_ioctl(void *v) in dead_ioctl() argument 153 dead_kqfilter(void * v) dead_kqfilter() argument 178 dead_strategy(void * v) dead_strategy() argument 194 dead_inactive(void * v) dead_inactive() argument 206 dead_lock(void * v) dead_lock() argument 221 dead_bmap(void * v) dead_bmap() argument 234 dead_print(void * v) dead_print() argument 244 dead_ebadf(void * v) dead_ebadf() argument [all...] |
/openbsd-src/sys/arch/powerpc/include/ |
H A D | pio.h | 44 __outb(volatile u_int8_t *a, int v) in __outb() 51 __outw(volatile u_int16_t *a, u_int16_t v) in __outw() 58 __outl(volatile u_int32_t *a, int v) in __outl() 65 __outwrb(volatile u_int16_t *a, u_int16_t v) in __outwrb() 74 __outlrb(volatile u_int32_t *a, u_int32_t v) in __outlrb() 135 #define outb(a,v) (__outb((volatile u_int8_t *)(a), v)) argument 136 #define out8(a,v) outb(a,v) argument 137 #define outw(a,v) (__outw((volatile u_int16_t *)(a), v)) argument 138 #define out16(a,v) outw(a,v) argument 139 #define outl(a,v) (__outl((volatile u_int32_t *)(a), v)) argument [all …]
|
/openbsd-src/usr.bin/mail/ |
H A D | cmd3.c | 48 shell(void *v) in shell() 72 dosh(void *v) in dosh() 141 help(void *v) in help() 152 schdir(void *v) in schdir() 173 respond(void *v) in respond() 273 marknew(void *v) in marknew() 291 preserve(void *v) in preserve() 315 unread(void *v) in unread() 332 messize(void *v) in messize() 351 rexit(void *v) in rexit() [all …]
|
/openbsd-src/sys/arch/hppa/hppa/ |
H A D | mainbus.c | 272 mbus_map(void *v, bus_addr_t bpa, bus_size_t size, in mbus_map() 292 mbus_unmap(void *v, bus_space_handle_t bsh, bus_size_t size) in mbus_unmap() 317 mbus_alloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, in mbus_alloc() 344 mbus_free(void *v, bus_space_handle_t h, bus_size_t size) in mbus_free() 351 mbus_subregion(void *v, bus_space_handle_t bsh, bus_size_t offset, in mbus_subregion() 359 mbus_barrier(void *v, bus_space_handle_t h, bus_size_t o, bus_size_t l, int op) in mbus_barrier() 365 mbus_vaddr(void *v, bus_space_handle_t h) in mbus_vaddr() 371 mbus_r1(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r1() 377 mbus_r2(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r2() 383 mbus_r4(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r4() [all …]
|
/openbsd-src/sys/arch/landisk/dev/ |
H A D | obio.c | 283 obio_iomem_map(void *v, bus_addr_t bpa, bus_size_t size, in obio_iomem_map() argument 304 obio_iomem_unmap(void * v,bus_space_handle_t bsh,bus_size_t size) obio_iomem_unmap() argument 335 obio_iomem_subregion(void * v,bus_space_handle_t bsh,bus_size_t offset,bus_size_t size,bus_space_handle_t * nbshp) obio_iomem_subregion() argument 344 obio_iomem_alloc(void * v,bus_addr_t rstart,bus_addr_t rend,bus_size_t size,bus_size_t alignment,bus_size_t boundary,int flags,bus_addr_t * bpap,bus_space_handle_t * bshp) obio_iomem_alloc() argument 354 obio_iomem_free(void * v,bus_space_handle_t bsh,bus_size_t size) obio_iomem_free() argument 360 obio_iomem_vaddr(void * v,bus_space_handle_t bsh) obio_iomem_vaddr() argument 562 obio_iomem_read_1(void * v,bus_space_handle_t bsh,bus_size_t offset) obio_iomem_read_1() argument 568 obio_iomem_read_2(void * v,bus_space_handle_t bsh,bus_size_t offset) obio_iomem_read_2() argument 574 obio_iomem_read_4(void * v,bus_space_handle_t bsh,bus_size_t offset) obio_iomem_read_4() argument 580 obio_iomem_read_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) obio_iomem_read_multi_1() argument 591 obio_iomem_read_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t * addr,bus_size_t count) obio_iomem_read_multi_2() argument 602 obio_iomem_read_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t * addr,bus_size_t count) obio_iomem_read_multi_4() argument 613 obio_iomem_read_raw_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) obio_iomem_read_raw_multi_2() argument 626 obio_iomem_read_raw_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) obio_iomem_read_raw_multi_4() argument 639 obio_iomem_read_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) obio_iomem_read_region_1() argument 650 obio_iomem_read_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t * addr,bus_size_t count) obio_iomem_read_region_2() argument 661 obio_iomem_read_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t * addr,bus_size_t count) obio_iomem_read_region_4() argument 672 obio_iomem_read_raw_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) obio_iomem_read_raw_region_2() argument 685 obio_iomem_read_raw_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t * addr,bus_size_t count) obio_iomem_read_raw_region_4() argument 699 obio_iomem_write_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t value) obio_iomem_write_1() argument 706 obio_iomem_write_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t value) obio_iomem_write_2() argument 713 obio_iomem_write_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t value) obio_iomem_write_4() argument 720 obio_iomem_write_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) obio_iomem_write_multi_1() argument 731 obio_iomem_write_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint16_t * addr,bus_size_t count) obio_iomem_write_multi_2() argument 742 obio_iomem_write_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint32_t * addr,bus_size_t count) obio_iomem_write_multi_4() argument 753 obio_iomem_write_raw_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) obio_iomem_write_raw_multi_2() argument 766 obio_iomem_write_raw_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) obio_iomem_write_raw_multi_4() argument 779 obio_iomem_write_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) obio_iomem_write_region_1() argument 790 obio_iomem_write_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint16_t * addr,bus_size_t count) obio_iomem_write_region_2() argument 801 obio_iomem_write_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint32_t * addr,bus_size_t count) obio_iomem_write_region_4() argument 812 obio_iomem_write_raw_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) obio_iomem_write_raw_region_2() argument 825 obio_iomem_write_raw_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,const uint8_t * addr,bus_size_t count) obio_iomem_write_raw_region_4() argument 838 obio_iomem_set_multi_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t val,bus_size_t count) obio_iomem_set_multi_1() argument 849 obio_iomem_set_multi_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t val,bus_size_t count) obio_iomem_set_multi_2() argument 860 obio_iomem_set_multi_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t val,bus_size_t count) obio_iomem_set_multi_4() argument 871 obio_iomem_set_region_1(void * v,bus_space_handle_t bsh,bus_size_t offset,uint8_t val,bus_size_t count) obio_iomem_set_region_1() argument 882 obio_iomem_set_region_2(void * v,bus_space_handle_t bsh,bus_size_t offset,uint16_t val,bus_size_t count) obio_iomem_set_region_2() argument 893 obio_iomem_set_region_4(void * v,bus_space_handle_t bsh,bus_size_t offset,uint32_t val,bus_size_t count) obio_iomem_set_region_4() argument 904 obio_iomem_copy_1(void * v,bus_space_handle_t h1,bus_size_t o1,bus_space_handle_t h2,bus_size_t o2,bus_size_t count) obio_iomem_copy_1() argument 924 obio_iomem_copy_2(void * v,bus_space_handle_t h1,bus_size_t o1,bus_space_handle_t h2,bus_size_t o2,bus_size_t count) obio_iomem_copy_2() argument 944 obio_iomem_copy_4(void * v,bus_space_handle_t h1,bus_size_t o1,bus_space_handle_t h2,bus_size_t o2,bus_size_t count) obio_iomem_copy_4() argument [all...] |
/openbsd-src/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 141 ufs_create(void *v) in ufs_create() argument 158 ufs_mknod(void *v) in ufs_mknod() argument 198 ufs_open(void *v) in ufs_open() argument 222 ufs_close(void *v) in ufs_close() argument 233 ufs_access(void * v) ufs_access() argument 285 ufs_getattr(void * v) ufs_getattr() argument 330 ufs_setattr(void * v) ufs_setattr() argument 571 ufs_ioctl(void * v) ufs_ioctl() argument 580 ufs_remove(void * v) ufs_remove() argument 605 ufs_link(void * v) ufs_link() argument 682 ufs_rename(void * v) ufs_rename() argument 1083 ufs_mkdir(void * v) ufs_mkdir() argument 1209 ufs_rmdir(void * v) ufs_rmdir() argument 1286 ufs_symlink(void * v) ufs_symlink() argument 1323 ufs_readdir(void * v) ufs_readdir() argument 1421 ufs_readlink(void * v) ufs_readlink() argument 1438 ufs_lock(void * v) ufs_lock() argument 1450 ufs_unlock(void * v) ufs_unlock() argument 1463 ufs_islocked(void * v) ufs_islocked() argument 1475 ufs_strategy(void * v) ufs_strategy() argument 1517 ufs_print(void * v) ufs_print() argument 1547 ufsspec_read(void * v) ufsspec_read() argument 1562 ufsspec_write(void * v) ufsspec_write() argument 1579 ufsspec_close(void * v) ufsspec_close() argument 1594 ufsfifo_read(void * v) ufsfifo_read() argument 1609 ufsfifo_write(void * v) ufsfifo_write() argument 1626 ufsfifo_close(void * v) ufsfifo_close() argument 1641 ufs_pathconf(void * v) ufs_pathconf() argument 1698 ufs_advlock(void * v) ufs_advlock() argument 1809 ufs_kqfilter(void * v) ufs_kqfilter() argument [all...] |
/openbsd-src/sbin/unwind/libunbound/services/ |
H A D | view.c | 59 struct views* v = (struct views*)calloc(1, in views_create() local 75 view_delete(struct view* v) in view_delete() 89 struct view* v = (struct view*)n; in delviewnode() local 94 views_delete(struct views* v) in views_delete() 107 struct view* v = (struct view*)calloc(1, sizeof(*v)); in view_create() local 124 struct view* v = view_create(name); in views_enter_view_name() local 148 struct view* v; in views_apply_cfg() local 227 struct view* v; in views_find_view() local 245 void views_print(struct views* v) in views_print()
|
/openbsd-src/usr.sbin/unbound/services/ |
H A D | view.c | 59 struct views* v = (struct views*)calloc(1, in views_create() local 75 view_delete(struct view* v) in view_delete() 89 struct view* v = (struct view*)n; in delviewnode() local 94 views_delete(struct views* v) in views_delete() 107 struct view* v = (struct view*)calloc(1, sizeof(*v)); in view_create() local 124 struct view* v = view_create(name); in views_enter_view_name() local 148 struct view* v; in views_apply_cfg() local 227 struct view* v; in views_find_view() local 245 void views_print(struct views* v) in views_print()
|
/openbsd-src/sys/arch/sh/include/ |
H A D | devreg.h | 42 #define _reg_write_1(a, v) \ argument 44 #define _reg_write_2(a, v) \ argument 46 #define _reg_write_4(a, v) \ argument 48 #define _reg_bset_1(a, v) \ argument 50 #define _reg_bset_2(a, v) \ argument 52 #define _reg_bset_4(a, v) \ argument 54 #define _reg_bclr_1(a, v) \ argument 56 #define _reg_bclr_2(a, v) \ argument 58 #define _reg_bclr_4(a, v) \ argument
|
/openbsd-src/bin/csh/ |
H A D | func.c | 117 doonintr(Char **v, struct command *t) in doonintr() 150 donohup(Char **v, struct command *t) in donohup() 160 dozip(Char **v, struct command *t) in dozip() 172 doalias(Char **v, struct command *t) in doalias() 198 unalias(Char **v, struct command *t) in unalias() 204 dologout(Char **v, struct command *t) in dologout() 211 dologin(Char **v, struct command *t) in dologin() 232 doif(Char **v, struct command *kp) in doif() 283 doelse(Char **v, struct command *t) in doelse() 289 dogoto(Char **v, struct command *t) in dogoto() [all …]
|