Home
last modified time | relevance | path

Searched refs:scratch_phys (Results 1 – 10 of 10) sorted by relevance

/linux/kernel/
H A Dkexec_handover.c870 DEFINE_SHOW_ATTRIBUTE(scratch_phys);
893 f = debugfs_create_file("scratch_phys", 0400, dir, NULL, in kho_out_debugfs_init()
920 phys_addr_t scratch_phys; member
1112 if (kho_in.scratch_phys) { in kho_memory_init()
1113 kho_scratch = phys_to_virt(kho_in.scratch_phys); in kho_memory_init()
1126 phys_addr_t scratch_phys, u64 scratch_len) in kho_populate() argument
1155 scratch = early_memremap(scratch_phys, scratch_len); in kho_populate()
1158 scratch_phys, scratch_len); in kho_populate()
1182 memblock_reserve(scratch_phys, scratch_len); in kho_populate()
1194 kho_in.scratch_phys in kho_populate()
[all...]
/linux/include/linux/
H A Dkexec_handover.h55 void kho_populate(phys_addr_t fdt_phys, u64 fdt_len, phys_addr_t scratch_phys,
104 phys_addr_t scratch_phys, u64 scratch_len) in kho_populate() argument
/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-cru.h127 * @scratch_phys: physical address of the scratch buffer
166 dma_addr_t scratch_phys; member
H A Drzg2l-video.c214 phys_addr = cru->scratch_phys; in rzg2l_cru_fill_hw_slot()
790 &cru->scratch_phys, GFP_KERNEL); in rzg2l_cru_start_streaming_vq()
813 cru->scratch_phys); in rzg2l_cru_start_streaming_vq()
837 cru->scratch, cru->scratch_phys); in rzg2l_cru_stop_streaming_vq()
/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h156 * @scratch_phys: physical address of the scratch buffer
194 dma_addr_t scratch_phys; member
H A Drcar-dma.c975 phys_addr = vin->scratch_phys; in rvin_fill_hw_slot()
1356 &vin->scratch_phys, GFP_KERNEL); in rvin_start_streaming_vq()
1367 vin->scratch_phys); in rvin_start_streaming_vq()
1428 vin->scratch_phys); in rvin_stop_streaming_vq()
/linux/Documentation/admin-guide/mm/
H A Dkho.rst97 ``/sys/kernel/debug/kho/out/scratch_phys``
99 can use this file in conjunction to scratch_phys to determine where
/linux/drivers/dma/ti/
H A Dcppi41.c127 dma_addr_t scratch_phys; member
846 cdd->scratch_phys); in deinit_cppi41()
915 &cdd->scratch_phys, GFP_KERNEL); in init_cppi41()
919 cppi_writel(cdd->scratch_phys, cdd->qmgr_mem + QMGR_LRAM0_BASE); in init_cppi41()
1204 cppi_writel(cdd->scratch_phys, cdd->qmgr_mem + QMGR_LRAM0_BASE); in cppi41_resume()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c2118 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local
2187 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
2190 tx_cmd->params.dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx()
2191 tx_cmd->params.dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys); in iwl_trans_pcie_tx()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1661 dma_addr_t scratch_phys; in il4965_tx_skb() local
1853 scratch_phys = in il4965_tx_skb()
1860 tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys); in il4965_tx_skb()
1861 tx_cmd->dram_msb_ptr = il_get_dma_hi_addr(scratch_phys); in il4965_tx_skb()