Searched refs:text (Results 1 - 25 of 66) sorted by relevance

123

/darwin-on-arm/xnu/libsyscall/wrappers/
H A D__get_cpu_capabilities.s34 .text
44 .text
53 .text
/darwin-on-arm/xnu/osfmk/kern/
H A Dkext_alloc.c58 * On x86_64 systems, kernel extension text must remain within 2GB of the
59 * kernel's text segment. To ensure this happens, we snag 2GB of kernel VM
67 kernel_segment_command_t *text = NULL; local
77 text = getsegbyname(SEG_TEXT);
78 text_start = vm_map_trunc_page(text->vmaddr);
80 text_end = vm_map_round_page(text->vmaddr + text->vmsize);
117 printf("kext submap [0x%lx - 0x%lx], kernel text [0x%lx - 0x%lx]\n",
120 VM_KERNEL_UNSLIDE(text->vmaddr),
121 VM_KERNEL_UNSLIDE(text
[all...]
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Dreproto.sh53 \$text[\$idx - 1] .= ';';
55 print PROTO "\$text[\$i]";
61 \$text[\$idx++] = \$_;
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp143 IOLog("object unformatted = %s\n", s->text());
146 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg);
159 IOLog("object unformatted = %s\n", s2->text());
162 strcmp(s->text(), s2->text()) ? "un":"");
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu_number.s29 .text
H A Dexctramps.s46 .text
H A Dmemcmp.s40 .text
/darwin-on-arm/xnu/osfmk/i386/
H A Dlowmem_vectors.s71 .text
H A Dlocore.s83 * the last text address
88 * etext represents the last text address
94 .text
104 #define RECOVERY_SECTION .text
105 #define RECOVERY_SECTION .text
112 .text
118 .text ;\
126 .text ;
H A Dasm.h163 .text;\
253 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text
257 #define Gaddr(to,lab) movl 9f,to; .data; .align ALIGN; 9: .long lab; .text
258 #define Gcmp(lab,reg) cmpl reg,9f; .data; .align ALIGN; 9: .long lab; .text
259 #define Gmemload(lab,reg) movl 9f,reg; movl (reg),reg; .data; .align ALIGN; 9: .long lab; .text
260 #define Gmemstore(reg,lab,tmp) movl 9f,tmp; movl reg,(tmp); .data; .align ALIGN; 9: .long lab; .text
H A Dcpuid.h238 #define CACHE_DESC(value,type,size,linesize,text) \
239 { value, type, size, linesize, text }
241 #define CACHE_DESC(value,type,size,linesize,text) \
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dcpu_number.s1 .text
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp84 IOLog("object unformatted = %s\n", s->text());
87 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg);
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dlocore.s84 #define RECOVERY_SECTION .text
85 #define RECOVERY_SECTION .text
92 .text
98 .text ;\
105 .text
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/arm/
H A Dasm_help.h55 * TEXT -- declare start of text segment
58 .text
181 .text ;\
217 .text ;\
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_semihost.s40 .text
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dexit-asm.S1 .text
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.h79 .text ;\
93 .text
H A Dcommpage_asm.s37 .text
/darwin-on-arm/xnu/security/
H A Dmac_audit.c206 * terminated ASCII text to the current audit record.
209 mac_audit_text(char *text, mac_policy_handle_t handle) argument
216 len = strlen(text);
222 * Make sure the text is only composed of only ASCII printable
226 if (text[i] < (char) 32 || text[i] > (char) 126)
234 strncat(sanitized, text, MAC_AUDIT_DATA_LIMIT - plen);
394 mac_audit_text(__unused char *text, __unused mac_policy_handle_t handle) argument
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h64 .text ;\
139 * TEXT -- declare start of text segment
142 .text
281 .text
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSerialize.h119 * @function text
122 * Returns the XML text serialized so far.
127 virtual char * text() const;
/darwin-on-arm/xnu/libsyscall/custom/
H A DSYS.h205 .text ;\
241 .text ;\
341 .text ;\
348 .text ;\
H A D__fork.s135 .text
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dsyscall_sw.h104 .text ; \

Completed in 134 milliseconds

123