| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | stage2_pgtable.h | 91 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/ |
| D | gpio-104-idi-48.c | 118 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/ |
| D | gpio-104-idi-48.c | 148 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/ |
| D | stage2_pgtable.h | 41 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/ |
| D | los_misc.c | 35 LITE_OS_SEC_TEXT UINTPTR LOS_Align(UINTPTR addr, UINT32 boundary) in LOS_Align()
|
| /kernel/liteos_m/testsuites/sample/kernel/lms/ |
| D | It_los_lms_002.c | 37 UINT32 boundary; in TestCase() local
|
| D | It_los_lms_003.c | 37 UINT32 boundary; in TestCase() local
|
| D | It_los_lms_004.c | 43 UINT32 boundary; in TestCase() local
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
| D | 8xx.c | 153 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/ |
| D | los_dynlink.c | 298 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/ |
| D | malloc.c | 88 void *memalign(size_t boundary, size_t size) in memalign()
|
| /kernel/liteos_a/compat/posix/src/ |
| D | malloc.c | 109 void *memalign(size_t boundary, size_t size) in memalign()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | stackleak.c | 55 unsigned long boundary = (unsigned long)end_of_stack(current); in stackleak_erase() local
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | stage2_pgtable.h | 48 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/ |
| D | sram.c | 29 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
| /kernel/linux/linux-4.19/arch/arm/plat-omap/ |
| D | sram.c | 32 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
| /kernel/linux/linux-4.19/sound/core/ |
| D | pcm_compat.c | 94 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/ |
| D | v4l2-rect.h | 59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_timer.c | 183 unsigned int boundary, in tcp_model_timeout() 210 unsigned int boundary, in retransmits_timed_out()
|
| /kernel/linux/linux-4.19/mm/ |
| D | dmapool.c | 51 size_t boundary; member 132 size_t size, size_t align, size_t boundary) in dma_pool_create()
|
| /kernel/liteos_m/utils/ |
| D | los_compiler.h | 378 #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/ |
| D | dmapool.c | 48 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/ |
| D | v4l2-rect.h | 59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
|
| /kernel/linux/linux-5.10/fs/ext2/ |
| D | inode.c | 164 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/ |
| D | inode.c | 164 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
|