Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-104-idi-48.c118 unsigned boundary; in idi_48_irq_mask() local
150 unsigned boundary; in idi_48_irq_unmask() local
199 unsigned long boundary; in idi_48_irq_handler() local
/kernel/linux/linux-4.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
/kernel/linux/linux-4.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
/kernel/liteos_a/kernel/base/misc/
Dlos_misc.c35 LITE_OS_SEC_TEXT UINTPTR LOS_Align(UINTPTR addr, UINT32 boundary) in LOS_Align()
/kernel/liteos_m/testsuites/sample/kernel/lms/
DIt_los_lms_002.c37 UINT32 boundary; in TestCase() local
DIt_los_lms_003.c37 UINT32 boundary; in TestCase() local
DIt_los_lms_004.c43 UINT32 boundary; in TestCase() local
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
D8xx.c153 unsigned long boundary = strict_boundary ? sinittext : etext8; in mmu_mapin_ram() local
183 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx() local
/kernel/liteos_m/components/dynlink/
Dlos_dynlink.c298 STATIC INT32 OsReserveSpace(const DynLinkInfo *dlInfo, UINT32 *boundary) in OsReserveSpace()
338 STATIC UINTPTR OsDoLoadFile(INT32 fd, UINTPTR addr, const LD_ELF_PHDR *elfPhdr, UINT32 boundary) in OsDoLoadFile()
356 STATIC INT32 OsLoadELFFile(DynSharedObj *dso, UINT32 boundary) in OsLoadELFFile()
393 UINT32 boundary = 0; in OsLoadLibrary() local
/kernel/liteos_m/kal/libc/musl/
Dmalloc.c88 void *memalign(size_t boundary, size_t size) in memalign()
/kernel/liteos_a/compat/posix/src/
Dmalloc.c109 void *memalign(size_t boundary, size_t size) in memalign()
/kernel/linux/linux-5.10/kernel/
Dstackleak.c55 unsigned long boundary = (unsigned long)end_of_stack(current); in stackleak_erase() local
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dstage2_pgtable.h48 phys_addr_t boundary = (addr + stage2_pgdir_size(kvm)) & stage2_pgdir_mask(kvm); in stage2_pgd_addr_end() local
/kernel/linux/linux-5.10/arch/arm/plat-omap/
Dsram.c29 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
/kernel/linux/linux-4.19/arch/arm/plat-omap/
Dsram.c32 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
/kernel/linux/linux-4.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
/kernel/linux/linux-4.19/include/media/
Dv4l2-rect.h59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_timer.c183 unsigned int boundary, in tcp_model_timeout()
210 unsigned int boundary, in retransmits_timed_out()
/kernel/linux/linux-4.19/mm/
Ddmapool.c51 size_t boundary; member
132 size_t size, size_t align, size_t boundary) in dma_pool_create()
/kernel/liteos_m/utils/
Dlos_compiler.h378 #define ALIGN(addr, boundary) LOS_Align(addr, boundary) argument
407 static inline UINT32 LOS_Align(UINT32 addr, UINT32 boundary) in LOS_Align()
/kernel/linux/linux-5.10/mm/
Ddmapool.c48 size_t boundary; member
131 size_t size, size_t align, size_t boundary) in dma_pool_create()
/kernel/linux/linux-5.10/include/media/
Dv4l2-rect.h59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
/kernel/linux/linux-5.10/fs/ext2/
Dinode.c164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path()
622 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks()
783 bool new = false, boundary = false; in ext2_get_block() local
810 bool new = false, boundary = false; in ext2_iomap_begin() local
/kernel/linux/linux-4.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()
784 bool new = false, boundary = false; in ext2_get_block() local
811 bool new = false, boundary = false; in ext2_iomap_begin() local

1234