Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/arch/arm64/include/asm/
Dstage2_pgtable.h91 phys_addr_t boundary = (addr + S2_PUD_SIZE) & S2_PUD_MASK; in stage2_pud_addr_end() local
117 phys_addr_t boundary = (addr + S2_PMD_SIZE) & S2_PMD_MASK; in stage2_pmd_addr_end() local
137 phys_addr_t boundary = (addr + S2_PGDIR_SIZE) & S2_PGDIR_MASK; in stage2_pgd_addr_end() local
/Linux-v4.19/drivers/gpio/
Dgpio-104-idi-48.c148 unsigned boundary; in idi_48_irq_mask() local
180 unsigned boundary; in idi_48_irq_unmask() local
229 unsigned long boundary; in idi_48_irq_handler() local
/Linux-v4.19/arch/arm/include/asm/
Dstage2_pgtable.h41 phys_addr_t boundary = (addr + PGDIR_SIZE) & PGDIR_MASK; in stage2_pgd_addr_end() local
50 phys_addr_t boundary = (addr + PMD_SIZE) & PMD_MASK; in stage2_pmd_addr_end() local
/Linux-v4.19/sound/core/
Dpcm_compat.c94 u32 boundary; member
103 snd_pcm_uframes_t boundary; in recalculate_boundary() local
117 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local
489 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_compat() local
578 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local
/Linux-v4.19/arch/arm/plat-omap/
Dsram.c32 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
/Linux-v4.19/include/media/
Dv4l2-rect.h59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
/Linux-v4.19/mm/
Ddmapool.c51 size_t boundary; member
132 size_t size, size_t align, size_t boundary) in dma_pool_create()
Dpagewalk.c173 unsigned long boundary = (addr & huge_page_mask(h)) + huge_page_size(h); in hugetlb_entry_end() local
/Linux-v4.19/fs/ext2/
Dinode.c164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path()
623 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks()
781 bool new = false, boundary = false; in ext2_get_block() local
808 bool new = false, boundary = false; in ext2_iomap_begin() local
/Linux-v4.19/arch/arm/mach-omap2/
Dsram.c50 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
/Linux-v4.19/drivers/mtd/tests/
Dpagetest.c43 static unsigned char *boundary; variable
/Linux-v4.19/sound/isa/gus/
Dgus_mem.c141 unsigned int idx, boundary; in snd_gf1_mem_find() local
/Linux-v4.19/drivers/gpu/drm/selftests/
Dtest-drm_mm.c329 const struct boundary { in check_reserve_boundaries() struct
330 u64 start, size; in check_reserve_boundaries()
331 const char *name; in check_reserve_boundaries()
/Linux-v4.19/net/ipv4/
Dtcp_timer.c189 unsigned int boundary, in retransmits_timed_out()
/Linux-v4.19/arch/s390/mm/
Dpageattr.c24 unsigned long boundary, size; in __storage_key_init_range() local
/Linux-v4.19/fs/
Dmpage.c512 int boundary = 0; in __mpage_writepage() local
/Linux-v4.19/drivers/mtd/nand/onenand/
Donenand_base.c306 unsigned boundary, blk, die = 0; in flexonenand_block() local
340 int die = 0, boundary; in flexonenand_addr() local
1234 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local
3558 int boundary, int lock) in flexonenand_set_boundary()
/Linux-v4.19/drivers/s390/net/
Dism_drv.c356 unsigned int boundary) in max_bytes()
/Linux-v4.19/drivers/acpi/acpica/
Dacmacros.h201 #define ACPI_ROUND_DOWN(value, boundary) (((acpi_size)(value)) & \ argument
204 #define ACPI_ROUND_UP(value, boundary) ((((acpi_size)(value)) + \ argument
225 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/Linux-v4.19/include/linux/mtd/
Donenand.h89 unsigned boundary[MAX_DIES]; member
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.c176 bool rtl92c_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in rtl92c_init_llt_table()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c1466 static bool _rtl8821ae_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in _rtl8821ae_init_llt_table()
1497 static bool _rtl8821ae_dynamic_rqpn(struct ieee80211_hw *hw, u32 boundary, in _rtl8821ae_dynamic_rqpn()
1663 u8 rqpn_npq = 0, boundary = 0xF8; in _rtl8821ae_simple_initialize_adapter() local
/Linux-v4.19/fs/ext4/
Dindirect.c76 ext4_lblk_t offsets[4], int *boundary) in ext4_block_to_path()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_osm.h152 bus_size_t boundary; member
/Linux-v4.19/block/
Delevator.c365 sector_t boundary; in elv_dispatch_sort() local

12