Searched refs:uint32_t (Results 1 - 25 of 601) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/osfmk/kperf/
H A Dast.h30 extern int kperf_ast_pend( thread_t, uint32_t, uint32_t );
/darwin-on-arm/xnu/osfmk/i386/
H A Ducode.h10 uint32_t header_version;
11 uint32_t update_revision;
12 uint32_t date;
13 uint32_t processor_signature;
14 uint32_t checksum;
15 uint32_t loader_revision;
16 uint32_t processor_flags;
17 uint32_t data_size;
18 uint32_t total_size;
21 uint32_t reserved
[all...]
H A Dtss.h68 uint32_t back_link; /* segment number of previous task,
70 uint32_t esp0; /* initial stack pointer ... */
71 uint32_t ss0; /* and segment for ring 0 */
72 uint32_t esp1; /* initial stack pointer ... */
73 uint32_t ss1; /* and segment for ring 1 */
74 uint32_t esp2; /* initial stack pointer ... */
75 uint32_t ss2; /* and segment for ring 2 */
76 uint32_t cr3; /* CR3 - page table directory
78 uint32_t eip;
79 uint32_t eflag
[all...]
H A Dmachdep_call.h41 kern_return_t (*args_1)(uint32_t);
43 kern_return_t (*args_2)(uint32_t,uint32_t);
44 kern_return_t (*args_3)(uint32_t,uint32_t,uint32_t);
45 kern_return_t (*args_4)(uint32_t,uint32_t,uint32_t,uint32_t);
[all...]
H A Dlowglobals.h63 uint32_t lgRsv010; /* 0x2010 Reserved */
64 uint32_t lgCHUDXNUfnStart; /* 0x2014 CHUD XNU function glue
66 uint32_t lgRsv018; /* 0x2018 Reserved */
67 uint32_t lgVersion; /* 0x201C Pointer to kernel version string */
68 uint32_t lgRsv020[280]; /* 0X2020 Reserved */
69 uint32_t lgKmodptr; /* 0x2480 Pointer to kmod, debugging aid */
70 uint32_t lgTransOff; /* 0x2484 Pointer to kdp_trans_off, debugging aid */
71 uint32_t lgReadIO; /* 0x2488 Pointer to kdp_read_io, debugging aid */
72 uint32_t lgDevSlot1; /* 0x248C For developer use */
73 uint32_t lgDevSlot
[all...]
H A Dcpu_topology.h56 uint32_t cache_size; /* total size of cache */
136 uint32_t flags;
137 uint32_t cpu_num; /* cpu number */
138 uint32_t lnum; /* logical cpu number (within core) */
139 uint32_t pnum; /* physical cpu number */
164 uint32_t flags;
165 uint32_t lcore_num; /* logical core # (unique within die) */
166 uint32_t pcore_num; /* physical core # (globally unique) */
167 uint32_t num_lcpus; /* Number of logical cpus */
168 uint32_t active_lcpu
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h54 typedef uint32_t IOStatisticsCounterType;
69 uint32_t created;
70 uint32_t produced;
71 uint32_t checksForWork;
75 uint32_t created;
76 uint32_t openGateCalls;
77 uint32_t closeGateCalls;
79 uint32_t timeouts;
80 uint32_t checksForWork;
84 uint32_t create
[all...]
H A DIOHibernatePrivate.h55 uint32_t restore1CodePhysPage;
56 uint32_t reserved1;
58 uint32_t restore1PageCount;
59 uint32_t restore1CodeOffset;
60 uint32_t restore1StackOffset;
62 uint32_t pageCount;
63 uint32_t bitmapSize;
65 uint32_t restore1Sum;
66 uint32_t image1Sum;
67 uint32_t image2Su
[all...]
H A DAppleKeyStoreInterface.h41 uint32_t keybytecount;
48 uint32_t algorithm;
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dprocessor_info.h14 uint32_t irq_ex_cnt;
15 uint32_t ipi_cnt;
16 uint32_t timer_cnt;
17 uint32_t undef_ex_cnt;
18 uint32_t unaligned_cnt;
19 uint32_t vfp_cnt;
20 uint32_t vfp_shortv_cnt;
21 uint32_t data_ex_cnt;
22 uint32_t instr_ex_cnt;
H A Dvm_types.h107 typedef uint32_t mach_vm_address_t;
108 typedef uint32_t mach_vm_offset_t;
109 typedef uint32_t mach_vm_size_t;
111 typedef uint32_t vm_map_offset_t;
112 typedef uint32_t vm_map_address_t;
113 typedef uint32_t vm_map_size_t;
117 typedef uint32_t vm32_offset_t;
118 typedef uint32_t vm32_address_t;
119 typedef uint32_t vm32_size_t;
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.h39 shadow_map_read(shadow_map_t * map, uint32_t block_offset, uint32_t block_count,
40 uint32_t * incr_block_offset, uint32_t * incr_block_count);
42 shadow_map_write(shadow_map_t * map, uint32_t block_offset, uint32_t block_count,
43 uint32_t * incr_block_offset, uint32_t * incr_block_count);
45 shadow_map_is_written(shadow_map_t * map, uint32_t block_offset);
47 uint32_t
[all...]
/darwin-on-arm/xnu/osfmk/i386/vmx/
H A Dvmx_cpu.h43 uint32_t vmcs_id; /* VMCS revision identifier */
51 uint32_t max_msrs; /* max MSRs to load/store on VMX transition */
52 uint32_t mseg_id; /* MSEG revision identifier for SMI */
59 uint32_t pin_exctls_0; /* allowed 0s pin-based controls */
60 uint32_t pin_exctls_1; /* allowed 1s pin-based controls */
62 uint32_t proc_exctls_0; /* allowed 0s proc-based controls */
63 uint32_t proc_exctls_1; /* allowed 1s proc-based controls */
65 uint32_t sec_exctls_0; /* allowed 0s 2ndary proc-based ctrls */
66 uint32_t sec_exctls_1; /* allowed 1s 2ndary proc-based ctrls */
68 uint32_t exit_ctls_
[all...]
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h55 uint32_t magic; /* mach magic number identifier */
58 uint32_t filetype; /* type of file */
59 uint32_t ncmds; /* number of load commands */
60 uint32_t sizeofcmds; /* the size of all the load commands */
61 uint32_t flags; /* flags */
73 uint32_t magic; /* mach magic number identifier */
76 uint32_t filetype; /* type of file */
77 uint32_t ncmds; /* number of load commands */
78 uint32_t sizeofcmds; /* the size of all the load commands */
79 uint32_t flag
[all...]
H A Dfat.h52 uint32_t magic; /* FAT_MAGIC */
53 uint32_t nfat_arch; /* number of structs that follow */
59 uint32_t offset; /* file offset to this object file */
60 uint32_t size; /* size of this object file */
61 uint32_t align; /* alignment as a power of 2 */
/darwin-on-arm/xnu/bsd/sys/
H A Dimgsrc.h74 uint32_t ii_height; /* Nesting height: 0 is outermost */
75 uint32_t ii_flags; /* Currently unused */
81 uint32_t mi_height; /* As determined from an imgsrc_info structure */
82 uint32_t mi_flags; /* TBD */
88 uint32_t mi_height;
89 uint32_t mi_flags;
94 uint32_t mi_height;
95 uint32_t mi_flags;
H A Dbsdtask_info.h73 uint32_t pri_protection;
74 uint32_t pri_max_protection;
75 uint32_t pri_inheritance;
76 uint32_t pri_flags; /* shared, external pager, is submap */
78 uint32_t pri_behavior;
79 uint32_t pri_user_wired_count;
80 uint32_t pri_user_tag;
81 uint32_t pri_pages_resident;
82 uint32_t pri_pages_shared_now_private;
83 uint32_t pri_pages_swapped_ou
[all...]
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Dboot.h68 uint32_t Type;
69 uint32_t Pad;
84 uint32_t v_baseAddr; /* Base address of video memory */
85 uint32_t v_display; /* Display Code (if Applicable */
86 uint32_t v_rowBytes; /* Number of bytes per pixel row */
87 uint32_t v_width; /* Width */
88 uint32_t v_height; /* Height */
89 uint32_t v_depth; /* Pixel Depth */
138 uint32_t MemoryMap; /* Physical address of memory map */
139 uint32_t MemoryMapSiz
[all...]
/darwin-on-arm/xnu/osfmk/lockd/
H A Dlockd_mach_types.h45 typedef uint32_t sock_storage[32];
46 typedef uint32_t xcred[19];
/darwin-on-arm/xnu/osfmk/kern/
H A Dpms.h38 typedef void (*pmsSetFunc_t)(uint32_t, uint32_t, uint32_t); /* Function used to set hardware power state */
39 typedef uint32_t (*pmsQueryFunc_t)(uint32_t, uint32_t); /* Function used to query hardware power state */
43 uint32_t stCnt[2]; /* Number of times switched to next step */
48 uint32_t pmsStepID; /* Unique ID for this step */
49 uint32_t pmsSetCmd; /* Command to select power state */
74 uint32_t pmsSetFuncIn
[all...]
H A Dsimple_lock.h106 extern uint32_t hw_atomic_add(
107 volatile uint32_t *dest,
108 uint32_t delt);
110 extern uint32_t hw_atomic_sub(
111 volatile uint32_t *dest,
112 uint32_t delt);
114 extern uint32_t hw_atomic_or(
115 volatile uint32_t *dest,
116 uint32_t mask);
118 extern uint32_t hw_atomic_an
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dmisc_protos.h44 uint32_t r[13];
45 uint32_t sp;
46 uint32_t lr;
47 uint32_t pc;
48 uint32_t cpsr;
49 uint32_t fsr;
50 uint32_t far;
60 extern void arm_set_threadpid_user_readonly(uint32_t * address);
61 extern void arm_set_threadpid_priv_readwrite(uint32_t * address);
72 void arm_vm_init(uint32_t mem_limi
[all...]
/darwin-on-arm/xnu/pexpert/pexpert/arm/
H A Dboot.h69 uint32_t virtBase;
70 uint32_t physBase;
71 uint32_t memSize;
72 uint32_t topOfKernelData;
74 uint32_t machineType;
76 uint32_t deviceTreeLength;
/darwin-on-arm/xnu/libkern/libkern/
H A DOSMalloc.h68 uint32_t OSMT_refcnt;
69 uint32_t OSMT_state;
70 uint32_t OSMT_attr;
159 uint32_t flags);
202 uint32_t size,
213 uint32_t size,
243 uint32_t size,
260 uint32_t size,
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_xnu_private.h46 uint32_t req_type;
47 uint32_t req_code;
48 volatile uint32_t req_sync;

Completed in 116 milliseconds

1234567891011>>