Home
last modified time | relevance | path

Searched defs:address (Results 251 – 275 of 1454) sorted by relevance

1...<<11121314151617181920>>...59

/openbmc/linux/drivers/phy/ti/
H A Dphy-twl4030-usb.c178 u8 module, u8 data, u8 address) in twl4030_i2c_write_u8_verify()
201 #define twl4030_usb_write_verify(twl, address, data) \ argument
205 u8 address, u8 data) in twl4030_usb_write()
216 static inline int twl4030_readb(struct twl4030_usb *twl, u8 module, u8 address) in twl4030_readb()
232 static inline int twl4030_usb_read(struct twl4030_usb *twl, u8 address) in twl4030_usb_read()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp50 int DMA::transferHostDataToSocket(int fd, uint32_t length, uint64_t address) in transferHostDataToSocket()
123 uint64_t address, bool upstream) in transferDataHost()
351 uint64_t address = 0; in readFileIntoMemory() local
454 uint64_t address = 0; in writeFileFromMemory() local
828 uint64_t address{}; in rwFileByTypeIntoMemory() local
/openbmc/openpower-proc-control/procedures/common/
H A Dcfam_overrides.cpp32 cfam_address_t address = 0; in CFAMOverride() local
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_handler.hpp16 std::uint32_t address; member
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.hpp122 uint8_t address; member in PowerSupply
/openbmc/linux/drivers/acpi/acpica/
H A Dtbprint.c93 acpi_tb_print_table_header(acpi_physical_address address, in acpi_tb_print_table_header()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_parisc.c26 unsigned long address; in serial_init_chip() local
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90x_device.hpp61 Services& services, uint8_t bus, uint16_t address) : in UCD90xDevice()
/openbmc/linux/arch/xtensa/include/asm/
H A Dtlbflush.h149 static inline void invalidate_itlb_mapping (unsigned address) in invalidate_itlb_mapping()
156 static inline void invalidate_dtlb_mapping (unsigned address) in invalidate_dtlb_mapping()
/openbmc/linux/mm/kmsan/
H A Dinstrumentation.c260 void __msan_poison_alloca(void *address, uintptr_t size, char *descr) in __msan_poison_alloca()
296 void __msan_unpoison_alloca(void *address, uintptr_t size) in __msan_unpoison_alloca()
/openbmc/linux/include/media/
H A Dv4l2-async.h59 unsigned short address; member
243 #define v4l2_async_nf_add_i2c(notifier, adapter, address, type) \ argument
/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c137 static void __update_hugetlb(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in __update_hugetlb()
165 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in __update_tlb()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkup.h61 __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in __bad_kuap_fault()
84 bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write) in bad_kuap_fault()
/openbmc/linux/arch/sparc/mm/
H A Dtlb.c232 unsigned long address, pmd_t *pmdp, pmd_t pmd) in pmdp_establish()
247 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_vma_offset.c9 uintptr_t address = 0; variable
/openbmc/linux/lib/
H A Dlibcrc32c.c38 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c()
/openbmc/linux/arch/sparc/kernel/
H A Dleon_pmc.c50 register unsigned int address = (unsigned int)leon3_irqctrl_regs; in pmc_leon_idle_fixup() local
/openbmc/linux/arch/um/kernel/
H A Dsysrq.c18 static void _print_addr(void *data, unsigned long address, int reliable) in _print_addr()
/openbmc/linux/arch/sh/include/asm/
H A Dio.h285 #define virt_to_phys(address) ((unsigned long)(address)) argument
286 #define phys_to_virt(address) ((void *)(address)) argument
288 #define virt_to_phys(address) (__pa(address)) argument
289 #define phys_to_virt(address) (__va(address)) argument
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dpctv452e.c174 int slot, int address) in tt3650_ci_read_attribute_mem()
197 int slot, int address, u8 value) in tt3650_ci_write_attribute_mem()
216 u8 address) in tt3650_ci_read_cam_control()
239 u8 address, in tt3650_ci_write_cam_control()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c174 unsigned long address, in __flush_svm_range_dev()
194 unsigned long address, in intel_flush_svm_range_dev()
208 static void intel_flush_svm_range(struct intel_svm *svm, unsigned long address, in intel_flush_svm_range()
658 u64 address; in prq_event_thread() local
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp137 typename AddrFamily<family>::addr address; member
395 typename AddrFamily<family>::addr address, in createNeighbor()
426 typename AddrFamily<family>::addr address) in setGatewayProperty()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c106 void s390_cpu_record_sigsegv(CPUState *cs, vaddr address, in s390_cpu_record_sigsegv()
123 void s390_cpu_record_sigbus(CPUState *cs, vaddr address, in s390_cpu_record_sigbus()
145 bool s390_cpu_tlb_fill(CPUState *cs, vaddr address, int size, in s390_cpu_tlb_fill()
/openbmc/linux/drivers/tty/
H A Dgoldfish.c54 unsigned long address, in do_rw_io()
131 unsigned long address = (unsigned long)(void *)buf; in goldfish_tty_do_write() local
140 unsigned long address; in goldfish_tty_interrupt() local
/openbmc/linux/arch/x86/xen/
H A Dmmu.c20 unsigned long address = (unsigned long)vaddr; in arbitrary_virt_to_machine() local

1...<<11121314151617181920>>...59