Home
last modified time | relevance | path

Searched defs:addr (Results 1351 – 1375 of 5515) sorted by relevance

1...<<51525354555657585960>>...221

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v10.c92 uint64_t addr; in init_mqd() local
289 uint64_t addr; in restore_mqd() local
409 uint64_t addr; in restore_mqd_sdma() local
/linux/arch/x86/mm/
H A Dphysaddr.h4 static inline int phys_addr_valid(resource_size_t addr) in phys_addr_valid()
/linux/include/linux/
H A Dmm.h209 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) argument
212 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) argument
215 #define PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)(addr), PAGE_SIZE) argument
916 static inline void vma_iter_set(struct vma_iterator *vmi, unsigned long addr) in vma_iter_set()
2485 unsigned long addr, in get_user_page_vma_remote()
2579 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only()
2718 static inline pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte()
3009 static inline pte_t *__pte_offset_map(pmd_t *pmd, unsigned long addr, in __pte_offset_map()
3017 static inline pte_t *pte_offset_map(pmd_t *pmd, unsigned long addr) in pte_offset_map()
3025 unsigned long addr, spinlock_t **ptlp) in pte_offset_map_lock()
[all …]
H A Dpci-p2pdma.h61 static inline void pci_free_p2pmem(struct pci_dev *pdev, void *addr, in pci_free_p2pmem()
66 void *addr) in pci_p2pmem_virt_to_bus()
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c659 static int is_lan_addr(struct ipmi_addr *addr) in is_lan_addr()
664 static int is_ipmb_addr(struct ipmi_addr *addr) in is_ipmb_addr()
669 static int is_ipmb_bcast_addr(struct ipmi_addr *addr) in is_ipmb_bcast_addr()
674 static int is_ipmb_direct_addr(struct ipmi_addr *addr) in is_ipmb_direct_addr()
870 int ipmi_validate_addr(struct ipmi_addr *addr, int len) in ipmi_validate_addr()
1115 struct ipmi_addr *addr, in intf_find_seq()
1889 struct ipmi_addr *addr, in i_ipmi_req_sysintf()
1956 struct ipmi_addr *addr, in i_ipmi_req_ipmb()
2097 struct ipmi_addr *addr, in i_ipmi_req_ipmb_direct()
2149 struct ipmi_addr *addr, in i_ipmi_req_lan()
[all …]
/linux/sound/pci/
H A Dsis7019.h197 #define SIS_PLAY_DMA_ADDR(addr, num) \ argument
222 #define SIS_CAPTURE_DMA_ADDR(addr, num) \ argument
270 #define SIS_MIXER_START_ADDR(addr, num) \ argument
278 #define SIS_MIXER_ADDR(addr, num) \ argument
308 #define SIS_WAVE_ADDR(addr, num) \ argument
/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c131 #define HFI1_MMAP_TOKEN(type, ctxt, subctxt, addr) \ argument
718 static u64 kvirt_to_phys(void *addr) in kvirt_to_phys()
1334 unsigned long addr; in user_exp_rcv_setup() local
1380 unsigned long addr; in user_exp_rcv_clear() local
1413 unsigned long addr; in user_exp_rcv_invalid() local
H A Dmmu_rb.c148 unsigned long addr, unsigned long len) in hfi1_mmu_rb_get_first()
161 unsigned long addr, in __mmu_rb_search()
/linux/drivers/video/fbdev/
H A Dbroadsheetfb.c438 u8 op, u32 addr) in broadsheet_spiflash_op_on_address()
526 int addr) in broadsheet_spiflash_erase_sector()
545 int addr, int size, char *data) in broadsheet_spiflash_read_range()
567 int addr, const char *data) in broadsheet_spiflash_write_page()
593 int addr, const char *data, int sector_size) in broadsheet_spiflash_write_sector()
/linux/kernel/livepatch/
H A Dcore.c123 unsigned long addr; global() member
128 klp_match_callback(void * data,unsigned long addr) klp_match_callback() argument
146 klp_find_callback(void * data,const char * name,unsigned long addr) klp_find_callback() argument
157 klp_find_object_symbol(const char * objname,const char * name,unsigned long sympos,unsigned long * addr) klp_find_object_symbol() argument
201 unsigned long sympos, addr; klp_resolve_symbols() local
[all...]
/linux/drivers/mmc/host/
H A Drenesas_sdhi_core.c335 struct renesas_sdhi *priv, int addr) in sd_scc_read32()
342 int addr, u32 val) in sd_scc_write32()
467 struct renesas_sdhi *priv, u32 addr) in sd_scc_tmpport_read32()
483 struct renesas_sdhi *priv, u32 addr, u32 val) in sd_scc_tmpport_write32()
896 static int renesas_sdhi_write16_hook(struct tmio_mmc_host *host, int addr) in renesas_sdhi_write16_hook()
/linux/sound/pci/mixart/
H A Dmixart_hwdep.h20 #define writel_be(data,addr) __raw_writel((__force u32)cpu_to_be32(data),addr) argument
28 #define writel_le(data,addr) __raw_writel((__force u32)cpu_to_le32(data),addr) argument
/linux/tools/testing/selftests/sgx/
H A Ddefines.h52 uint64_t addr; member
58 uint64_t addr; member
/linux/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c83 static int m41t81_read(uint8_t addr) in m41t81_read()
110 static int m41t81_write(uint8_t addr, int b) in m41t81_write()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgk104.c876 gk104_grctx_generate_bundle(struct gf100_gr_chan *chan, u64 addr, u32 size) in gk104_grctx_generate_bundle()
887 gk104_grctx_generate_pagepool(struct gf100_gr_chan *chan, u64 addr) in gk104_grctx_generate_pagepool()
/linux/lib/
H A Derror-inject.c24 bool within_error_injection_list(unsigned long addr) in within_error_injection_list()
40 int get_injectable_error_type(unsigned long addr) in get_injectable_error_type()
/linux/drivers/scsi/arm/
H A Dcumana_1.c45 unsigned char *addr, int len) in cumanascsi_pwrite()
112 unsigned char *addr, int len) in cumanascsi_pread()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c32 mxm_shadow_rom_fetch(struct nvkm_i2c_bus *bus, u8 addr, in mxm_shadow_rom_fetch()
50 u8 i2cidx, mxms[6], addr, size; in mxm_shadow_rom() local
/linux/drivers/nvmem/
H A Dsunplus-ocotp.c78 static int sp_otp_read_real(struct sp_ocotp_priv *otp, int addr, char *value) in sp_otp_read_real()
120 unsigned int addr; in sp_ocotp_read() local
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c157 u16 val, addr; in mt76x0_get_tx_power_per_rate() local
215 u8 offset, addr; in mt76x0_get_power_info() local
/linux/drivers/bcma/
H A Dhost_soc.c53 void __iomem *addr = core->io_addr + offset; in bcma_host_soc_block_read() local
97 void __iomem *addr = core->io_addr + offset; in bcma_host_soc_block_write() local
/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h77 static inline phys_addr_t hyp_virt_to_phys(void *addr) in hyp_virt_to_phys()
123 static inline int hyp_page_count(void *addr) in hyp_page_count()
/linux/kernel/dma/
H A Dpool.c84 void *addr; in atomic_pool_expand() local
244 unsigned long addr; in __dma_alloc_from_pool() local
/linux/arch/xtensa/include/asm/
H A Dtlbflush.h64 static inline unsigned long itlb_probe(unsigned long addr) in itlb_probe()
71 static inline unsigned long dtlb_probe(unsigned long addr) in dtlb_probe()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c273 u32 addr; in t3_l2t_get() local
367 u32 addr = *(u32 *) neigh->primary_key; in t3_l2t_update() local

1...<<51525354555657585960>>...221