OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stha
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/sparc/sparc/
asm.h
91
#define
stha
(loc, asi, value) ({ \
macro
92
__asm volatile("
stha
%0,[%1]%2" : : \
pmap.c
487
:
stha
(va, ASI_SEGMAP, pmeg))
491
#define setregmap(va, smeg)
stha
((va)+2, ASI_REGMAP, (smeg << 8))
locore.s
4178
stha
%l4, [%l1] ASI_REGMAP
4191
stha
%l4, [%l1] ASI_SEGMAP
/src/sys/arch/sparc/stand/common/
dvma.c
52
#define setsegmap(va, pmeg) do
stha
(va, ASI_SEGMAP, pmeg); while(0)
mmu.c
92
#define setregmap(va, smeg)
stha
((va)+2, ASI_REGMAP, (smeg << 8))
95
:
stha
(va, ASI_SEGMAP, pmeg))
/src/sys/arch/sparc64/include/
bus_funcs.h
232
(0 ? (t)->type : ((void)(
stha
((h)._ptr + (o), (h)._asi, (v)))))
252
((void)(
stha
((h)._ptr + (o), (h)._asi, (v)))); })
337
(0 ? (t)->type : ((void)(
stha
((h)._ptr + (o), (h)._sasi, (v)))))
357
((void)(
stha
((h)._ptr + (o), (h)._sasi, (v)))); })
ctlreg.h
861
SPARC64_ST_DEF(
stha
, uint16_t)
/src/sys/arch/sparc64/sparc64/
ipifuncs.c
311
stha
(ci->ci_cpuset, ASI_PHYS_CACHED, cpuid);
copy.S
494
stha
%o4, [%o1] %asi ! *(short *)dst = *(short *)src;
510
stha
%o4, [%o1] %asi
568
stha
%o4, [%o1] %asi
735
stha
%o1, [%o0] ASI_AIUS ! *uaddr = val
902
stha
%o3, [%o0] %asi ! *(short *)addr = value;
Completed in 25 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025