Searched defs:p (Results 1 – 9 of 9) sorted by relevance
/DragonOS-0.1.3/kernel/src/mm/ |
D | mm.c | 168 struct Page *p = z->pages_group; in mm_init() local 341 ul *p = memory_management_struct.bmp + (j >> 6); in alloc_pages() local 380 unsigned long page_clean(struct Page *p) in page_clean() 480 struct Page *p = z->pages_group; in page_table_init() local 605 ul *p = memory_management_struct.bmp + (j >> 6); in mm_find_page() local 656 struct Page *p = mm_find_page(phys, ZONE_NORMAL); in mm_do_brk() local 680 struct Page *p = (struct Page *)kzalloc(sizeof(struct Page), 0); in __create_mmio_page_struct() local
|
/DragonOS-0.1.3/kernel/src/exception/ |
D | irq.c | 156 irq_desc_t *p = NULL; in irq_register() local 195 irq_desc_t *p = &interrupt_desc[irq_num - 32]; in irq_unregister() local
|
/DragonOS-0.1.3/kernel/src/arch/x86_64/ |
D | x86_64_ipi.c | 42 irq_desc_t *p = &SMP_IPI_desc[irq_num - 200]; in ipi_regiserIPI() local
|
/DragonOS-0.1.3/kernel/src/filesystem/vfs/ |
D | VFS.c | 40 struct vfs_filesystem_type_t *p = NULL; in vfs_mount_fs() local 77 struct vfs_filesystem_type_t *p = NULL; in vfs_register_filesystem() local 91 struct vfs_filesystem_type_t *p = &vfs_fs; in vfs_unregister_filesystem() local
|
/DragonOS-0.1.3/kernel/src/libs/libUI/ |
D | screen_manager.c | 47 …struct Page *p = alloc_pages(ZONE_NORMAL, PAGE_2M_ALIGN(video_frame_buffer_info.size) / PAGE_2M_SI… in __create_buffer() local
|
/DragonOS-0.1.3/kernel/src/libs/ |
D | lz4.c | 202 #define FREEMEM(p) LZ4_free(p) argument 207 #define FREEMEM(p) kfree(p) argument 211 #define MEM_INIT(p, v, s) memset((p), (v), (s)) argument 413 const BYTE *p = (const BYTE *)memPtr; in LZ4_readLE16() local 426 BYTE *p = (BYTE *)memPtr; in LZ4_writeLE16() local 940 LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void *const p, tableType_t const tableType) in LZ4_hashPosition() 1005 LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE *p, U32 h, in LZ4_putPositionOnHash() 1037 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE *p, void *tableBase, tableType_t tableType, const … in LZ4_putPosition() 1087 LZ4_getPosition(const BYTE *p, in LZ4_getPosition() 1909 const BYTE *p = (const BYTE *)dictionary; in LZ4_loadDict() local
|
D | idr.c | 33 static void __move_to_free_list(struct idr *idp, struct idr_layer *p) in __move_to_free_list() 116 static void __idr_layer_free(struct idr_layer *p) in __idr_layer_free()
|
/DragonOS-0.1.3/kernel/src/filesystem/fat32/ |
D | fat32.c | 329 struct vfs_index_node_t *p = vfs_alloc_inode(); in fat32_lookup() local 994 fat32_inode_info_t *p = (fat32_inode_info_t *)inode->private_inode_info; in fat32_mkdir() local
|
/DragonOS-0.1.3/kernel/src/driver/disk/ahci/ |
D | ahci.h | 288 uint8_t p : 1; // Prefetchable member
|