/openbmc/linux/lib/ |
H A D | find_bit.c | 110 unsigned long _find_first_and_bit(const unsigned long *addr1, in _find_first_and_bit() 144 unsigned long __find_nth_and_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_and_bit() 151 unsigned long __find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in __find_nth_andnot_bit() 158 unsigned long __find_nth_and_andnot_bit(const unsigned long *addr1, in __find_nth_and_andnot_bit() 168 unsigned long _find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, in _find_next_and_bit() 177 unsigned long _find_next_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in _find_next_andnot_bit() 186 unsigned long _find_next_or_bit(const unsigned long *addr1, const unsigned long *addr2, in _find_next_or_bit()
|
/openbmc/linux/include/linux/ |
H A D | find.h | 83 unsigned long find_next_and_bit(const unsigned long *addr1, in find_next_and_bit() 114 unsigned long find_next_andnot_bit(const unsigned long *addr1, in find_next_andnot_bit() 144 unsigned long find_next_or_bit(const unsigned long *addr1, in find_next_or_bit() 251 unsigned long find_nth_and_bit(const unsigned long *addr1, const unsigned long *addr2, in find_nth_and_bit() 278 unsigned long find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, in find_nth_andnot_bit() 306 unsigned long find_nth_and_andnot_bit(const unsigned long *addr1, in find_nth_and_andnot_bit() 334 unsigned long find_first_and_bit(const unsigned long *addr1, in find_first_and_bit() 402 unsigned long find_next_and_bit_wrap(const unsigned long *addr1, in find_next_and_bit_wrap() 561 #define for_each_and_bit(bit, addr1, addr2, size) \ argument 566 #define for_each_andnot_bit(bit, addr1, addr2, size) \ argument [all …]
|
H A D | etherdevice.h | 346 static inline bool ether_addr_equal(const u8 *addr1, const u8 *addr2) in ether_addr_equal() 375 static inline bool ether_addr_equal_64bits(const u8 *addr1, const u8 *addr2) in ether_addr_equal_64bits() 399 static inline bool ether_addr_equal_unaligned(const u8 *addr1, const u8 *addr2) in ether_addr_equal_unaligned() 418 static inline bool ether_addr_equal_masked(const u8 *addr1, const u8 *addr2, in ether_addr_equal_masked()
|
/openbmc/linux/tools/include/linux/ |
H A D | find.h | 62 unsigned long find_next_and_bit(const unsigned long *addr1, in find_next_and_bit() 141 unsigned long find_first_and_bit(const unsigned long *addr1, in find_first_and_bit()
|
/openbmc/linux/tools/lib/ |
H A D | find_bit.c | 84 unsigned long _find_first_and_bit(const unsigned long *addr1, in _find_first_and_bit() 110 unsigned long _find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, in _find_next_and_bit()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence.c | 37 u32 addr0, addr1, desc0, desc1; in cdns_pcie_set_outbound_region() local 108 u32 addr0, addr1, desc0, desc1; in cdns_pcie_set_outbound_region_for_normal_msg() local
|
H A D | pcie-cadence-host.c | 224 u32 addr0, addr1, aperture, value; in cdns_pcie_host_bar_ib_config() local 438 u32 addr0, addr1, desc1; in cdns_pcie_host_init_address_translation() local
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | probe.c | 18 unsigned long addr0, addr1, data0, data1, data2, data3; in cpu_probe() local
|
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | page.h | 7 static inline unsigned long pages_do_alias(unsigned long addr1, in pages_do_alias()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_mon.h | 47 u8 addr1[ETH_ALEN]; member 58 u8 addr1[ETH_ALEN]; member
|
/openbmc/linux/include/soc/qcom/ |
H A D | cmd-db.h | 39 static inline bool cmd_db_match_resource_addr(u32 addr1, u32 addr2) in cmd_db_match_resource_addr()
|
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ |
H A D | mac.c | 69 u32 addr0, addr1; in xge_mac_set_station_addr() local
|
/openbmc/linux/kernel/kcsan/ |
H A D | encoding.h | 93 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access()
|
/openbmc/linux/arch/sh/mm/ |
H A D | tlb-debugfs.c | 42 unsigned long addr1, addr2, data1, data2; in tlb_seq_show() local
|
/openbmc/linux/net/rds/ |
H A D | threads.c | 269 int rds_addr_cmp(const struct in6_addr *addr1, in rds_addr_cmp()
|
/openbmc/u-boot/env/ |
H A D | flash.c | 81 ulong addr1 = (ulong)&(flash_addr->data); in env_flash_init() local
|
/openbmc/linux/tools/perf/util/ |
H A D | branch.c | 5 static bool cross_area(u64 addr1, u64 addr2, int size) in cross_area()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 61 unsigned long addr1, addr2; member
|
/openbmc/linux/net/sctp/ |
H A D | ipv6.c | 623 static int __sctp_v6_cmp_addr(const union sctp_addr *addr1, in __sctp_v6_cmp_addr() 659 static int sctp_v6_cmp_addr(const union sctp_addr *addr1, in sctp_v6_cmp_addr() 952 static int sctp_inet6_cmp_addr(const union sctp_addr *addr1, in sctp_inet6_cmp_addr()
|
/openbmc/u-boot/cmd/ |
H A D | universe.c | 303 ulong addr1 = 0, addr2 = 0, size = 0, vam = 0, pms = 0, vdw = 0; in do_universe() local
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 96 #define addr_not_cache_congruent(addr1, addr2) \ argument
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | bind_wildcard.c | 114 struct sockaddr *addr1, socklen_t addrlen1, in bind_sockets()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 138 qla8044_poll_wait_for_ready(struct scsi_qla_host *vha, uint32_t addr1, in qla8044_poll_wait_for_ready() 162 uint32_t addr1, uint32_t addr3, uint32_t mask, uint32_t addr) in qla8044_ipmdio_rd_reg() 186 uint32_t addr1, uint32_t addr2, uint32_t addr3, uint32_t mask) in qla8044_poll_wait_ipmdio_bus_idle() 208 qla8044_ipmdio_wr_reg(struct scsi_qla_host *vha, uint32_t addr1, in qla8044_ipmdio_wr_reg() 2993 uint32_t addr1, addr2, value, data, temp, wrVal; in qla8044_minidump_process_rddfe() local 3089 uint32_t addr1, addr2, value1, value2, data, selVal; in qla8044_minidump_process_rdmdio() local 3165 uint32_t addr1, addr2, value1, value2, poll, r_value; in qla8044_minidump_process_pollwr() local
|
/openbmc/linux/arch/s390/boot/ |
H A D | boot.h | 97 unsigned long addr1, unsigned long size1) in intersects()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rockchip-ep.c | 71 u32 addr0, addr1, desc0; in rockchip_pcie_prog_ep_ob_atu() local 137 u32 addr0, addr1, reg, cfg, b, aperture, ctrl; in rockchip_pcie_ep_set_bar() local
|