Home
last modified time | relevance | path

Searched defs:lvl (Results 1 – 25 of 101) sorted by relevance

12345

/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c51 #define _ARM_V7S_LVL_BITS(lvl, cfg) ((lvl) == 1 ? ((cfg)->ias - 20) : 8) argument
52 #define ARM_V7S_LVL_SHIFT(lvl) ((lvl) == 1 ? 20 : 12) argument
55 #define ARM_V7S_PTES_PER_LVL(lvl, cfg) (1 << _ARM_V7S_LVL_BITS(lvl, cfg)) argument
56 #define ARM_V7S_TABLE_SIZE(lvl, cfg) \ argument
59 #define ARM_V7S_BLOCK_SIZE(lvl) (1UL << ARM_V7S_LVL_SHIFT(lvl)) argument
60 #define ARM_V7S_LVL_MASK(lvl) ((u32)(~0U << ARM_V7S_LVL_SHIFT(lvl))) argument
62 #define _ARM_V7S_IDX_MASK(lvl, cfg) (ARM_V7S_PTES_PER_LVL(lvl, cfg) - 1) argument
63 #define ARM_V7S_LVL_IDX(addr, lvl, cfg) ({ \ argument
84 #define ARM_V7S_PTE_IS_TABLE(pte, lvl) \ argument
88 #define ARM_V7S_ATTR_XN(lvl) BIT(4 * (2 - (lvl))) argument
[all …]
H A Dio-pgtable-arm.c169 static inline bool iopte_leaf(arm_lpae_iopte pte, int lvl, in iopte_leaf() argument
178 static inline bool iopte_table(arm_lpae_iopte pte, int lvl) in iopte_table() argument
339 __arm_lpae_init_pte(struct arm_lpae_io_pgtable * data,phys_addr_t paddr,arm_lpae_iopte prot,int lvl,int num_entries,arm_lpae_iopte * ptep) __arm_lpae_init_pte() argument
360 arm_lpae_init_pte(struct arm_lpae_io_pgtable * data,unsigned long iova,phys_addr_t paddr,arm_lpae_iopte prot,int lvl,int num_entries,arm_lpae_iopte * ptep) arm_lpae_init_pte() argument
424 __arm_lpae_map(struct arm_lpae_io_pgtable * data,unsigned long iova,phys_addr_t paddr,size_t size,size_t pgcount,arm_lpae_iopte prot,int lvl,arm_lpae_iopte * ptep,gfp_t gfp,size_t * mapped) __arm_lpae_map() argument
556 int ret, lvl = data->start_level; arm_lpae_map_pages() local
583 __arm_lpae_free_pgtable(struct arm_lpae_io_pgtable * data,int lvl,arm_lpae_iopte * ptep) __arm_lpae_free_pgtable() argument
625 __arm_lpae_unmap(struct arm_lpae_io_pgtable * data,struct iommu_iotlb_gather * gather,unsigned long iova,size_t size,size_t pgcount,int lvl,arm_lpae_iopte * ptep) __arm_lpae_unmap() argument
722 int lvl; global() member
725 visit_iova_to_phys(struct io_pgtable_walk_data * walk_data,int lvl,arm_lpae_iopte * ptep,size_t size) visit_iova_to_phys() argument
755 visit_pgtable_walk(struct io_pgtable_walk_data * walk_data,int lvl,arm_lpae_iopte * ptep,size_t size) visit_pgtable_walk() argument
779 io_pgtable_visit(struct arm_lpae_io_pgtable * data,struct io_pgtable_walk_data * walk_data,arm_lpae_iopte * ptep,int lvl) io_pgtable_visit() argument
805 __arm_lpae_iopte_walk(struct arm_lpae_io_pgtable * data,struct io_pgtable_walk_data * walk_data,arm_lpae_iopte * ptep,int lvl) __arm_lpae_iopte_walk() argument
828 visit_dirty(struct io_pgtable_walk_data * walk_data,int lvl,arm_lpae_iopte * ptep,size_t size) visit_dirty() argument
861 int lvl = data->start_level; arm_lpae_read_and_clear_dirty() local
[all...]
/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c140 #define gen8_pd_shift(lvl) ((lvl) * ilog2(GEN8_PDES)) argument
141 #define gen8_pd_index(i, lvl) i915_pde_index((i), gen8_pd_shift(lvl)) argument
142 #define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT + gen8_pd_shift(lvl)) argument
143 #define __gen8_pte_index(a, lvl) i915_pde_index((a), __gen8_pte_shift(lvl)) argument
148 gen8_pd_range(u64 start, u64 end, int lvl, unsigned int *idx) in gen8_pd_range()
163 static bool gen8_pd_contains(u64 start, u64 end, int lvl) in gen8_pd_contains()
206 int count, int lvl) in __gen8_ppgtt_cleanup()
241 u64 start, const u64 end, int lvl) in __gen8_ppgtt_clear()
325 u64 * const start, const u64 end, int lvl) in __gen8_ppgtt_alloc()
408 u64 *start, u64 end, int lvl, in __gen8_ppgtt_foreach()
/linux/drivers/pcmcia/
H A Dsoc_common.h54 #define debug(skt, lvl, fmt, arg...) \ argument
58 #define debug(skt, lvl, fmt, arg...) do { } while (0) argument
/linux/arch/arm64/include/asm/
H A Dkernel-pgtable.h48 #define EARLY_ENTRIES(lvl, vstart, vend) \ argument
51 #define EARLY_LEVEL(lvl, lvls, vstart, vend, add) \ argument
/linux/fs/smb/smbdirect/
H A Dsocket.c229 unsigned int lvl, in smbdirect_socket_set_logging()
264 unsigned int lvl, in __smbdirect_socket_schedule_cleanup()
H A Dconnect.c266 int lvl = SMBDIRECT_LOG_ERR; in smbdirect_connect_rdma_event_handler() local
912 int lvl = SMBDIRECT_LOG_ERR; in smbdirect_connect_sync() local
/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h66 #define PT_LVL_ADDR_MASK(lvl) __PT_LVL_ADDR_MASK(PT_BASE_ADDR_MASK, lvl, PT_LEVEL_BITS) argument
67 #define PT_LVL_OFFSET_MASK(lvl) __PT_LVL_OFFSET_MASK(PT_BASE_ADDR_MASK, lvl, PT_LEVEL_BITS) argument
68 #define PT_INDEX(addr, lvl) __PT_INDEX(addr, lvl, PT_LEVEL_BITS) argument
104 static gfn_t gpte_to_gfn_lvl(pt_element_t gpte, int lvl) in gpte_to_gfn_lvl() argument
/linux/arch/parisc/kernel/
H A Dsmp.c52 #define smp_debug(lvl, printargs...) \ argument
56 #define smp_debug(lvl, ...) do { } while(0) argument
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_log.h46 #define usnic_printk(lvl, args...) \ argument
/linux/tools/thermal/lib/
H A Dlog.c23 int log_str2level(const char *lvl) in log_str2level()
/linux/drivers/media/cec/core/
H A Dcec-priv.h14 #define dprintk(lvl, fmt, arg...) \ argument
/linux/arch/arc/kernel/
H A Dmcip.c203 static void idu_set_mode(unsigned int cmn_irq, bool set_lvl, unsigned int lvl, in idu_set_mode()
209 unsigned int distr:2, pad:2, lvl:1, pad2:27; in idu_set_mode() member
/linux/drivers/infiniband/hw/irdma/
H A Dpble.c437 struct irdma_pble_alloc *palloc, u8 lvl) in get_lvl1_lvl2_pble()
459 u8 lvl) in irdma_get_pble()
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dlog.h6 #define pr_msg(fmt, lvl, ...) \ argument
/linux/tools/testing/selftests/timens/
H A Dlog.h6 #define pr_msg(fmt, lvl, ...) \ argument
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c294 is_valid_txschq(struct rvu * rvu,int blkaddr,int lvl,u16 pcifunc,u16 schq) is_valid_txschq() argument
1820 handle_txschq_shaper_update(struct rvu * rvu,int blkaddr,int nixlf,int lvl,u64 reg,u64 regval) handle_txschq_shaper_update() argument
1909 nix_reset_tx_schedule(struct rvu * rvu,int blkaddr,int lvl,int schq) nix_reset_tx_schedule() argument
1948 nix_reset_tx_shaping(struct rvu * rvu,int blkaddr,int nixlf,int lvl,int schq) nix_reset_tx_shaping() argument
2000 nix_reset_tx_linkcfg(struct rvu * rvu,int blkaddr,int lvl,int schq) nix_reset_tx_linkcfg() argument
2025 nix_clear_tx_xoff(struct rvu * rvu,int blkaddr,int lvl,int schq) nix_clear_tx_xoff() argument
2095 nix_check_txschq_alloc_req(struct rvu * rvu,int lvl,u16 pcifunc,struct nix_hw * nix_hw,struct nix_txsch_alloc_req * req) nix_check_txschq_alloc_req() argument
2146 nix_txsch_alloc(struct rvu * rvu,struct nix_txsch * txsch,struct nix_txsch_alloc_rsp * rsp,int lvl,int start,int end) nix_txsch_alloc() argument
2235 int lvl, idx, start, end; rvu_mbox_handler_nix_txsch_alloc() local
2327 int lvl; nix_smq_flush_fill_ctx() local
2411 int lvl; nix_smq_flush_enadis_rate() local
2530 int blkaddr, nixlf, lvl, schq, err; nix_txschq_free() local
2619 int lvl, schq, nixlf, blkaddr; nix_txschq_free_one() local
2693 is_txschq_hierarchy_valid(struct rvu * rvu,u16 pcifunc,int blkaddr,int lvl,u64 reg,u64 regval) is_txschq_hierarchy_valid() argument
2730 is_txschq_shaping_valid(struct rvu_hwinfo * hw,int lvl,u64 reg) is_txschq_shaping_valid() argument
3763 int err, lvl, schq; nix_setup_txschq() local
5139 int lvl; rvu_nix_block_freemem() local
[all...]
/linux/drivers/acpi/
H A Dprocessor_pdc.c103 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc()
H A Dacpi_processor.c571 static acpi_status __init acpi_processor_osc(acpi_handle handle, u32 lvl, in acpi_processor_osc()
719 u32 lvl, in acpi_processor_ids_walk()
/linux/drivers/media/dvb-frontends/
H A Dlnbp22.c27 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument
/linux/drivers/media/pci/cx23885/
H A Dcx23885-f300.c25 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line()
/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-hid.c79 static int quickspi_hid_power(struct hid_device *hid, int lvl) in quickspi_hid_power()
/linux/fs/smb/server/
H A Dtransport_rdma.c95 unsigned int lvl, in smb_direct_logging_needed()
142 unsigned int lvl, in smb_direct_logging_vaprintf()
/linux/arch/arm/mm/
H A Dfault.c41 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr) in show_pte()
109 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr) in show_pte()
/linux/drivers/media/common/siano/
H A Dsms-cards.c228 int lvl, ret; in sms_set_gpio() local

12345