/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/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 | 292 STATIC INT32 OsReserveSpace(const DynLinkInfo *dlInfo, UINT32 *boundary) in OsReserveSpace() 332 STATIC UINTPTR OsDoLoadFile(INT32 fd, UINTPTR addr, const LD_ELF_PHDR *elfPhdr, UINT32 boundary) in OsDoLoadFile() 350 STATIC INT32 OsLoadELFFile(DynSharedObj *dso, UINT32 boundary) in OsLoadELFFile() 387 UINT32 boundary = 0; in OsLoadLibrary() local
|
/kernel/liteos_m/kal/libc/musl/ |
D | malloc.c | 87 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/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/kernel/ |
D | stackleak.c | 55 unsigned long boundary = (unsigned long)end_of_stack(current); in stackleak_erase() 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-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/uniproton/src/include/uapi/ |
D | prt_typedef.h | 51 #define ALIGN(addr, boundary) (((uintptr_t)(addr) + (boundary) - 1) & ~((uintptr_t)(boundary) - 1)) argument
|
/kernel/liteos_m/utils/ |
D | los_compiler.h | 384 #define ALIGN(addr, boundary) LOS_Align(addr, boundary) argument 413 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-5.10/arch/arm/mach-omap2/ |
D | sram.c | 47 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
/kernel/linux/linux-5.10/drivers/mtd/tests/ |
D | pagetest.c | 31 static unsigned char *boundary; variable
|
/kernel/liteos_a/kernel/include/ |
D | los_base.h | 83 #define ALIGN(addr, boundary) LOS_Align(addr, boundary) argument
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
D | gus_mem.c | 126 unsigned int idx, boundary; in snd_gf1_mem_find() local
|
/kernel/linux/linux-5.10/sound/core/ |
D | pcm_compat.c | 80 u32 boundary; member 90 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local 418 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
D | test-drm_mm.c | 331 const struct boundary { in check_reserve_boundaries() struct 332 u64 start, size; in check_reserve_boundaries() 333 const char *name; in check_reserve_boundaries()
|
/kernel/liteos_m/components/trace/cnv/ |
D | trace_cnv.c | 62 STATIC VOID LOS_TraceMemAllocAlign(VOID *pool, VOID *ptr, UINT32 size, UINT32 boundary) in LOS_TraceMemAllocAlign()
|