Searched refs:memflags (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/binutils/binutils/ |
| HD | rcparse.y | 90 } memflags; member 156 %type <memflags> memflag 1555 $$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE | MEMFLAG_DISCARDABLE; 1560 $$.memflags |= $2.on; 1561 $$.memflags &=~ $2.off; 1587 $$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_DISCARDABLE; 1592 $$.memflags |= $2.on; 1593 $$.memflags &=~ $2.off; 1604 $$.memflags = MEMFLAG_MOVEABLE | MEMFLAG_PURE | MEMFLAG_DISCARDABLE; 1609 $$.memflags |= $2.on; [all …]
|
| HD | resres.c | 197 resinfo.memflags = windres_get_16 (wrbfd, l.memflags, 2); in read_resource_entry() 508 windres_put_16 (wrbfd, l.memflags, info->memflags); in write_res_info()
|
| HD | windint.h | 197 rc_uint_type memflags; member 205 bfd_byte memflags[2]; member
|
| HD | resrc.c | 2238 if (res->res_info.memflags != 0) in write_rc_resource() 2240 if ((res->res_info.memflags & MEMFLAG_MOVEABLE) != 0) in write_rc_resource() 2242 if ((res->res_info.memflags & MEMFLAG_PURE) != 0) in write_rc_resource() 2244 if ((res->res_info.memflags & MEMFLAG_PRELOAD) != 0) in write_rc_resource() 2246 if ((res->res_info.memflags & MEMFLAG_DISCARDABLE) != 0) in write_rc_resource()
|
| /trueos/sys/dev/netmap/ |
| HD | netmap_mem2.h | 132 int netmap_mem_get_info(struct netmap_mem_d *, u_int *size, u_int *memflags, uint16_t *id);
|
| HD | netmap.c | 2063 u_int memflags; in netmap_ioctl() local 2073 error = netmap_mem_get_info(nmd, &nmr->nr_memsize, &memflags, in netmap_ioctl() 2109 u_int memflags; in netmap_ioctl() local 2137 error = netmap_mem_get_info(na->nm_mem, &nmr->nr_memsize, &memflags, in netmap_ioctl() 2143 if (memflags & NETMAP_MEM_PRIVATE) { in netmap_ioctl()
|
| HD | netmap_mem2.c | 418 netmap_mem_get_info(struct netmap_mem_d* nmd, u_int* size, u_int *memflags, in netmap_mem_get_info() argument 438 if (memflags) in netmap_mem_get_info() 439 *memflags = nmd->flags; in netmap_mem_get_info()
|
| /trueos/lib/libvmmapi/ |
| HD | vmmapi.c | 64 int memflags; member 109 vm->memflags = 0; in vm_open() 193 ctx->memflags = flags; in vm_set_memflags() 212 if ((ctx->memflags & VM_MEM_F_INCORE) == 0) in setup_memory_segment()
|